Skip to content

Commit

Permalink
.travis: change django in django tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Dec 12, 2015
1 parent 41e70a8 commit 40b6508
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,7 @@ python:
env:
- DJANGO_VERSION=1.5.12 DRIVER=tests/test_djangoclient.py
- DJANGO_VERSION=1.6.11 DRIVER=tests/test_djangoclient.py
- DJANGO_VERSION=1.6.11 DRIVER=tests/test_flaskclient.py
- DJANGO_VERSION=1.6.11 DRIVER=tests/test_webdriver_remote.py
- DJANGO_VERSION=1.6.11 DRIVER=tests/test_webdriver_firefox.py
- DJANGO_VERSION=1.6.11 DRIVER=tests/test_zopetestbrowser.py
- DJANGO_VERSION=1.6.11 DRIVER=tests/test_webdriver_phantomjs.py
- DJANGO_VERSION=1.6.11 DRIVER=tests/test_webdriver_chrome.py
- DJANGO_VERSION=1.7.11 DRIVER=tests/test_djangoclient.py
- DJANGO_VERSION=1.7.11 DRIVER=tests/test_flaskclient.py
- DJANGO_VERSION=1.7.11 DRIVER=tests/test_webdriver_remote.py
- DJANGO_VERSION=1.7.11 DRIVER=tests/test_webdriver_firefox.py
- DJANGO_VERSION=1.7.11 DRIVER=tests/test_zopetestbrowser.py
- DJANGO_VERSION=1.7.11 DRIVER=tests/test_webdriver_phantomjs.py
- DJANGO_VERSION=1.7.11 DRIVER=tests/test_webdriver_chrome.py
- DJANGO_VERSION=1.8.7 DRIVER=tests/test_djangoclient.py
- DJANGO_VERSION=1.8.7 DRIVER=tests/test_flaskclient.py
- DJANGO_VERSION=1.8.7 DRIVER=tests/test_webdriver_remote.py
Expand Down

0 comments on commit 40b6508

Please sign in to comment.