1
0

Add new requirements file for binaries in contrib

This commit is contained in:
Johann Bauer
2018-02-11 16:27:01 +01:00
parent f9a3edc2a2
commit afa0168e14
10 changed files with 25 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ python:
- 3.5
- 3.6
install:
- pip install -r requirements_travis.txt
- pip install -r contrib/requirements/requirements-travis.txt
cache:
- pip
script: