In travis, install self

This commit is contained in:
2015-12-23 12:07:10 +05:30
parent d0ea650340
commit ceb1b27f53
+3 -1
View File
@@ -9,6 +9,8 @@ python:
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# command to install dependencies
install: "pip install -r requirements.txt"
install: - "pip install -r requirements.txt"
- "pip install -e ."
# command to run tests
script: py.test