Skip to content

Commit

Permalink
drop py32 testing, cf nltk#1162
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed Oct 8, 2015
1 parent 491f993 commit 4f60da8
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py32,py33,py34,py35,pypy,py27-nodeps,py32-nodeps,py33-nodeps,py34-nodeps,py35-nodeps,py27-jenkins,py32-jenkins,py33-jenkins,py34-jenkins,py35-jenkins
envlist = py27,py33,py34,py35,pypy,py27-nodeps,py33-nodeps,py34-nodeps,py35-nodeps,py27-jenkins,py33-jenkins,py34-jenkins,py35-jenkins

[testenv]

Expand Down Expand Up @@ -35,24 +35,6 @@ deps =
commands =
python runtests.py []

[testenv:py32]
deps =
numpy
nose >= 1.2.1
coverage
twython
; six

commands =
; scipy and scikit-learn requires numpy even to run setup.py so
; they can't be installed in one command

; scikit-learn installation fails so scipy & scikit-learn are temporary disabled
; pip install --download-cache={toxworkdir}/_download scipy scikit-learn

; python runtests.py --with-coverage --cover-inclusive --cover-package=nltk --cover-html --cover-html-dir={envdir}/docs []
python runtests.py []

[testenv:py33]
deps =
numpy
Expand Down Expand Up @@ -111,13 +93,6 @@ deps =
; six
commands = python runtests.py []

[testenv:py32-nodeps]
basepython = python3.2
deps =
nose >= 1.2.1
; six
commands = python runtests.py []

[testenv:py33-nodeps]
basepython = python3.3
deps =
Expand Down Expand Up @@ -147,14 +122,6 @@ setenv =
STANFORD_PARSER = {homedir}/third/stanford-parser/
STANFORD_POSTAGGER = {homedir}/third/stanford-postagger/

[testenv:py32-jenkins]
basepython = python3.2
commands = {toxinidir}/jenkins.sh
setenv =
STANFORD_MODELS = {homedir}/third/stanford-parser/
STANFORD_PARSER = {homedir}/third/stanford-parser/
STANFORD_POSTAGGER = {homedir}/third/stanford-postagger/

[testenv:py33-jenkins]
basepython = python3.3
commands = {toxinidir}/jenkins.sh
Expand Down

0 comments on commit 4f60da8

Please sign in to comment.