Install package in .travis.yml

This commit is contained in:
Guillaume Ayoub 2016-05-18 22:44:47 +02:00
parent 9e3126ba3e
commit bc1427bab9

View File

@ -6,6 +6,7 @@ python:
- 3.5
install:
- pip install -e .
- pip install tox flake8
script: