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
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ python:
- "3.4"
- "3.5"
install:
- "pip install -r requirements.txt"
- "pip install --upgrade pytest flake8"
script:
- "python setup.py develop"
- "flake8"
- "py.test"