update gitlab CI config for new dev requirements

bss/dr.botzo#16
This commit is contained in:
Brian S. Stephan 2017-02-06 22:36:09 -06:00
parent 517371982e
commit 5184a30a52
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
before_script:
- virtualenv --python=python3.4 env-py3 --clear
- source env-py3/bin/activate
- pip install -Ur requirements.txt
- pip install -Ur requirements-dev.txt
lint:
script: