Merge pull request #6 from bubenkoff/fix-failing-travis

only force tox to upgrade
This commit is contained in:
holger krekel
2013-09-08 23:12:07 -07:00

View File

@@ -1,6 +1,6 @@
language: python
# command to install dependencies
install: "pip install 'virtualenv<1.10' -e . detox"
install: "pip install -U detox"
# # command to run tests
script: detox --recreate
notifications: