Changed travis config to use our setup.py script.
This commit is contained in:
@@ -2,7 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements-dev.txt
|
- python setup.py install
|
||||||
|
|
||||||
script: pytest
|
script: pytest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user