Skip to content

Commit

Permalink
Removed Django 1.4 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Plesskih committed Dec 4, 2015
1 parent b576ade commit ca168dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: python
# Generate this env list with:
# tox -l | awk '{ print " - TOX_ENV="$0}'
env:
- TOX_ENV=django14-py26
- TOX_ENV=django14-py27
- TOX_ENV=django15-py26
- TOX_ENV=django15-py27
- TOX_ENV=django16-py26
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
[tox]
envlist =
django14-{py26,py27},
django15-{py26,py27},
django16-{py26,py27,py33},
django17-{py27,py33,py34},
Expand All @@ -22,7 +21,6 @@ deps =
django-extensions==1.5.9
factory-boy==2.6.0
coveralls: coverage
django14: Django<1.5
django15: Django<1.6
django16: Django<1.7
django17: Django<1.8
Expand Down

0 comments on commit ca168dc

Please sign in to comment.