diff options
| author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2017-01-30 18:01:58 +0100 |
|---|---|---|
| committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2017-01-30 18:20:37 +0100 |
| commit | 08e5cb8b4ffafc4eccb3ccbedf0585ca806039d1 (patch) | |
| tree | 71f9487bc1298c127182a5e6f853d0562ef1ae38 /tox.ini | |
| parent | e28599469342b1f4d80649b62c8e3a0fd2200e98 (diff) | |
| download | rdflib-08e5cb8b4ffafc4eccb3ccbedf0585ca806039d1.tar.gz | |
removed special py3 handling code from setup.py and travis files
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 59 |
1 files changed, 0 insertions, 59 deletions
@@ -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. |
