upgrade py

This commit is contained in:
Anatoly Bubenkov 2014-07-24 18:30:05 +02:00
parent 44be5f426a
commit 59fc75087c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: python
# command to install dependencies
install:
- pip install python-coveralls
- pip install -U virtualenv
- pip install -U virtualenv py
# # command to run tests
script: python setup.py test
after_success: