only force tox to upgrade

This commit is contained in:
Anatoly Bubenkov 2013-09-07 20:23:44 +02:00
parent f7f569f730
commit fb6282caaa
1 changed files with 1 additions and 1 deletions

View File

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