Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Don't test against Django 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmachine committed May 6, 2015
1 parent b7bad32 commit 9e3fc25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
[tox]
envlist =
django14-py{26,27},
django{17,18}-py{27,32,33,34},

[testenv]
basepython =
py26: python2.6
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4

deps =
-r{toxinidir}/requirements.txt
django14: django>=1.4,<1.5
django17: django>=1.7,<1.8
django18: django>=1.8,<1.9

Expand Down

0 comments on commit 9e3fc25

Please sign in to comment.