Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install ExifRead from GitHub on Python 3. | Berker Peksag | 2014-10-02 | 1 | -4/+2 |
| | |||||
* | Restore exif-py to tox config, for now... | Christopher Allan Webber | 2014-10-02 | 1 | -0/+3 |
| | |||||
* | Avoid doing python setup.py sdist, use setup.py develop instead for tox | Christopher Allan Webber | 2014-09-24 | 1 | -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 line | Christopher Allan Webber | 2014-09-24 | 1 | -1/+0 |
| | |||||
* | Set up tox.ini to run more properly: | Christopher Allan Webber | 2014-09-12 | 1 | -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 Peksag | 2014-07-18 | 1 | -1/+1 |
| | |||||
* | Add tox.ini. | Berker Peksag | 2014-07-18 | 1 | -0/+15 |