refactor requirements and make htmlmin optional

This commit is contained in:
Laura Klünder 2016-09-12 10:55:01 +02:00
parent 2a86e012dd
commit c6c8dbeab4
12 changed files with 26 additions and 17 deletions

View file

@ -7,7 +7,7 @@ python:
install:
- pip install --upgrade setuptools
- pip install -r src/requirements_dev.txt
- pip install -r src/requirements.txt -r src/requirements/dev.txt
before_script:
- cd src