We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff88cf2 + c878486 commit c17fcbbCopy full SHA for c17fcbb
.travis.yml
@@ -9,6 +9,8 @@ env:
9
- DJANGO=1.8
10
install:
11
- pip install -q Django==$DJANGO --use-mirrors
12
+ - pip install coverage
13
+ - pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
14
- pip install -q -e . --use-mirrors
15
script:
16
- python runtests.py
0 commit comments