Use pip install . without -e on travis

This commit is contained in:
2016-01-14 01:29:01 +05:30
parent e7ea2d7cbd
commit bc5905c4a5
+1 -1
View File
@@ -24,7 +24,7 @@ python:
install: install:
- "pip install --upgrade -r requirements.txt" - "pip install --upgrade -r requirements.txt"
- "pip install -e ." - "pip install ."
# command to run tests # command to run tests
script: py.test -v script: py.test -v