aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Update tox Python to match Python 3.4 in deployment docs.Ben Sturmfels2021-03-091-1/+1
|
* Pass test paths to py.test via toxBoris Bobrov2016-08-081-1/+1
| | | | | | | Py.test has an ability to run only tests which match the given substring expression. Add an ability to do it via tox.
* Install ExifRead from GitHub on Python 3.Berker Peksag2014-10-021-4/+2
|
* Restore exif-py to tox config, for now...Christopher Allan Webber2014-10-021-0/+3
|
* Avoid doing python setup.py sdist, use setup.py develop instead for toxChristopher Allan Webber2014-09-241-1/+2
| | | | | | | Berker had this previously, but for some reason it wasn't working... here's why! usedevelop needs to be in the testenv! Aha! This commit sponsored by Gian-Maria Daffré! Thank you!
* removing exif-py lineChristopher Allan Webber2014-09-241-1/+0
|
* Set up tox.ini to run more properly:Christopher Allan Webber2014-09-121-5/+2
| | | | | | | | | | | - Don't run dbupdate... the tests themselves do this, and we might mess up someone's db - We shouldn't run setup.py develop because that installs a new *live* db... the tests do isolation, so... - Install the package's dependencies by the package itself... it seems that removing "skipsdist = True" fixes this - Run py.test manually rather than use runtests.sh (which itself uses ./bin/py.test if it can)
* Remove paste.server dependency from tests.Berker Peksag2014-07-181-1/+1
|
* Add tox.ini.Berker Peksag2014-07-181-0/+15