mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-04-21 15:34:43 +00:00
Removed an unsupported test environment.
This commit is contained in:
parent
5950740c5d
commit
a407bebf5d
2 changed files with 0 additions and 11 deletions
|
|
@ -3,7 +3,6 @@ env:
|
|||
- TOXENV=py26-1.4.x
|
||||
- TOXENV=py26-1.5.x
|
||||
- TOXENV=py26-1.6.x
|
||||
- TOXENV=py26-1.7.x
|
||||
- TOXENV=py27-1.4.x
|
||||
- TOXENV=py27-1.5.x
|
||||
- TOXENV=py27-1.6.x
|
||||
|
|
|
|||
10
tox.ini
10
tox.ini
|
|
@ -1,7 +1,3 @@
|
|||
[tox]
|
||||
; envlist = py26,py27,pypy,py32,py33,flake827,flake833
|
||||
;envlist = py26-1.4.x
|
||||
|
||||
[testenv]
|
||||
skipsdist = True
|
||||
usedevelop = True
|
||||
|
|
@ -56,12 +52,6 @@ deps =
|
|||
{[testenv]deps}
|
||||
{[testenv]deps16}
|
||||
|
||||
[testenv:py26-1.7.x]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
{[testenv]deps17}
|
||||
|
||||
[testenv:py27-1.4.x]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue