mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-01 04:04:52 +00:00
Move Travis-specific requirements into own file
This commit is contained in:
parent
fd169771df
commit
28a60af5f3
3 changed files with 5 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ matrix:
|
|||
|
||||
fast_finish: true
|
||||
|
||||
install: pip install -r requirements-test.txt
|
||||
install: pip install -r requirements-travis.txt
|
||||
|
||||
script: tox
|
||||
|
||||
|
|
|
|||
|
|
@ -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
4
requirements-travis.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-r requirements-test.txt
|
||||
|
||||
tox>=1.7.0
|
||||
codecov>=2.0.0
|
||||
Loading…
Reference in a new issue