Move Travis-specific requirements into own file

This commit is contained in:
Alieh Rymašeŭski 2020-06-10 14:43:45 +03:00
parent fd169771df
commit 28a60af5f3
3 changed files with 5 additions and 3 deletions

View file

@ -48,7 +48,7 @@ matrix:
fast_finish: true
install: pip install -r requirements-test.txt
install: pip install -r requirements-travis.txt
script: tox

View file

@ -1,6 +1,4 @@
coverage==4.3.4
tox>=1.7.0
codecov>=2.0.0
django-multiselectfield==0.1.8
psycopg2-binary
mock

4
requirements-travis.txt Normal file
View file

@ -0,0 +1,4 @@
-r requirements-test.txt
tox>=1.7.0
codecov>=2.0.0