Run python setup.py develop in Travis
This commit is contained in:
@@ -6,8 +6,8 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
|
||||||
- "pip install --upgrade pytest flake8"
|
- "pip install --upgrade pytest flake8"
|
||||||
script:
|
script:
|
||||||
|
- "python setup.py develop"
|
||||||
- "flake8"
|
- "flake8"
|
||||||
- "py.test"
|
- "py.test"
|
||||||
|
|||||||
Reference in New Issue
Block a user