Changed travis config to use our setup.py script.

This commit is contained in:
2017-12-22 12:56:40 +01:00
parent 3deaed48b7
commit bf9ed49a86

View File

@@ -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