summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini59
1 files changed, 0 insertions, 59 deletions
diff --git a/tox.ini b/tox.ini
index 79c52440..ee712287 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,60 +18,6 @@ deps =
six
SPARQLWrapper>=1.6.2
-[testenv:py34]
-basepython =
- python3.4
-commands =
- python setup.py clean --all
- python setup.py build
- nosetests --where=./build/src \
- --with-doctest \
- --doctest-extension=.doctest \
- --doctest-tests
-deps =
- nose
- isodate
- pyparsing
- bsddb3
- html5lib
- six
- SPARQLWrapper>=1.6.2
-
-[testenv:py35]
-basepython =
- python3.5
-commands =
- python setup.py clean --all
- python setup.py build
- nosetests --where=./build/src \
- --with-doctest \
- --doctest-extension=.doctest \
- --doctest-tests
-deps =
- nose
- isodate
- pyparsing
- bsddb3
- html5lib
- SPARQLWrapper>=1.6.2
-
-
-[testenv:pypy]
-basepython =
- pypy
-commands =
- {envpython} setup.py clean --all
- {envpython} setup.py build
- {envpython} run_tests.py --with-xunit
-deps =
- nose
- hg+http://bitbucket.org/gjhiggins/isodate
- html5lib
- pyparsing
- elementtree
- six
- SPARQLWrapper>=1.6.2
-
[testenv:cover]
basepython =
python2.7
@@ -88,8 +34,3 @@ deps =
bsddb3
six
SPARQLWrapper>=1.6.2
-
-# we separate coverage into its own testenv because a) "last run wins" wrt
-# cobertura jenkins reporting and b) pypy and jython can't handle any
-# combination of versions of coverage and nosexcover that i can find.
-# coverage <3.4 is required by nosexcover 1.0.4.