mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Use pip install . without -e on travis
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user