Commit Graph

11 Commits

Author SHA1 Message Date
Mike Edmunds
fd9fdb9b03 Drop pipenv
To install the development environment (inside your preferred venv), 
now just use `pip install -e '.[dev,test]'`.
2021-02-20 13:37:44 -08:00
medmunds
be7cc10a35 Use pipenv (Pipfile) to maintain development environment 2018-08-19 12:36:42 -07:00
medmunds
b06d684dd5 Use tox for running tests and building docs
* Set up tox for testing supported Django/Python combinations
* Also include tox env for checking and building docs
* Use tox-travis for Travis CI integration
* Add tests against Django master
* Document building docs and running tests with tox
2018-03-15 13:08:07 -07:00
medmunds
deea8c5d5b Setup: add universal wheel; update metadata; clean up setup.py
* Follow current setup.py recommendations from the pypa sample project
  (utf-8 encoding on file reads, ensure files are read relative to
  own location)
* Add/update some missing classifiers and other metadata
* Read _version.py constants into an isolated dict (rather than
  the global setup.py context)
* Add setup.cfg specifying universal bdist_wheel
2018-03-01 13:14:05 -08:00
medmunds
921dd5d0d6 Fork from Djrill and rename to "anymail" 2016-02-27 11:16:04 -08:00
José Padilla
3c8355c620 Ignore *.egg files 2013-04-14 19:26:09 -04:00
medmunds
618729b444 Docs: initial sphinx-quickstart 2013-03-02 17:06:54 -08:00
medmunds
c7f13ed5e5 Ignore sdist output
[ci skip]
2012-12-11 13:39:09 -08:00
medmunds
1bec172611 Testing on backend API calls, using mock; add runtests.py.
Cherry-picked from:
8c26807a - Add runtests.py for testing separately from other Django apps
cd8504b1 - Make tests compatible with setuptools
4ac65b78 - Set up testing on the backend API calls, using mock
2012-10-31 18:15:54 -07:00
Chris Jones
b32479d9ce oops. 2012-01-16 12:12:36 -08:00
Chris Jones
4f561acefb Initial commit. 2012-01-16 12:09:19 -08:00