Install dependencies on CI

This commit is contained in:
Charles Milette 2018-07-24 18:45:54 -04:00 committed by Samuel Henrique
parent 87a9e449cb
commit 6aaac9e0e6

View file

@ -3,6 +3,7 @@ python:
- 3.6
cache: pip
install:
- pip install --editable .
- pip install flake8 pytest
before_script:
# stop the build if there are Python syntax errors or undefined names