mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 21:52:18 +00:00
Use pip install . without -e on travis
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ python:
|
||||
|
||||
install:
|
||||
- "pip install --upgrade -r requirements.txt"
|
||||
- "pip install -e ."
|
||||
- "pip install ."
|
||||
|
||||
# command to run tests
|
||||
script: py.test -v
|
||||
|
||||
Reference in New Issue
Block a user