summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAge
* Cleanup manifest.Raphaël Barrois2016-04-06
| | | | Also, use check_manifest to check for MANIFEST.in / git mismatches.
* Refactor test setup/commands, enable tox.Raphaël Barrois2016-04-06
| | | | Closes #273.
* Tox isn't used, remove its config file.Raphaël Barrois2015-10-20
|
* Document need for mock/unittest.Raphaël Barrois2013-03-11
|
* Tests: run tox tests with warnings enabled.Raphaël Barrois2013-03-03
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Test running improvements: tests can be run under python 2.6 (by using ↵Mikhail Korobov2012-04-10
optional unittest2), tox config for testing under different pythons, explicit python version requirements (factory_boy works with python 2.6 and 2.7); ./setup.py test returns proper error code in case of test failure.