Streamline .travis.yml a little bit

This commit is contained in:
rocky
2017-06-03 05:38:05 -04:00
parent da695115b5
commit 7c299fbf37

View File

@@ -12,7 +12,7 @@ python:
- '3.6'
install:
- pip install -r requirements.txt
- pip install -e .
- pip install -r requirements-dev.txt
script: