add requirements.d/travis.txt with the stuff needed on travis, but not installed via setup.py install_requires
This commit is contained in:
parent
b6db7a33d8
commit
f70d6ebdf0
@ -25,8 +25,8 @@ matrix:
|
||||
env: DJANGO=1.6.6 COVERAGE="coverage run -m" TEST_K="" TEST_OPTS="--pep8"
|
||||
install:
|
||||
- "pip install --use-mirrors Django==$DJANGO"
|
||||
- "pip install --use-mirrors -r requirements.d/travis.txt"
|
||||
- "pip install --use-mirrors -e ."
|
||||
- "pip install --use-mirrors coveralls"
|
||||
script: $COVERAGE py.test $TEST_OPTS -k "$TEST_K"
|
||||
after_success:
|
||||
- coveralls
|
||||
|
5
requirements.d/travis.txt
Normal file
5
requirements.d/travis.txt
Normal file
@ -0,0 +1,5 @@
|
||||
django-debug-toolbar
|
||||
pytest
|
||||
pytest-django
|
||||
pytest-pep8
|
||||
coveralls
|
Loading…
x
Reference in New Issue
Block a user