In travis, update pytest

This commit is contained in:
2015-12-24 13:03:53 +05:30
parent 43d3e63ac5
commit af64994416
+1 -1
View File
@@ -17,7 +17,7 @@ python:
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install --upgrade -r requirements.txt"
- "pip install -e ."
# command to run tests