Fix wheel dependencies for Python 2

This commit is contained in:
Petr Tichý
2015-07-17 18:37:49 +02:00
parent 78769e4fbc
commit 51c37bc5ab
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ python:
- "3.3"
- "2.7"
install:
- python setup.py develop
- pip install -r requirements.txt
- python setup.py develop
script: py.test -v