Run python setup.py develop in Travis

This commit is contained in:
Brian Waldon
2016-06-25 11:08:11 -07:00
parent 4f839e8fdb
commit d1b16182c3

View File

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