We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3c9c0 commit 9df40e6Copy full SHA for 9df40e6
.travis.yml
@@ -22,7 +22,6 @@ matrix:
22
install:
23
- pip install -q Django==$DJANGO
24
- python setup.py -q install
25
- - if [[ $DJANGO == '1.7.4' ]]; then pip install "django-tables2==1.1.2" else pip install "django-tables2"; fi
26
- pip install coveralls
27
after_success:
28
coveralls
0 commit comments