Skip to content

Commit

Permalink
Tidy up jython stuff:
Browse files Browse the repository at this point in the history
- Don't need a custom environment.

- Move the note about the blocking bug up to the environments list.
  • Loading branch information
tseaver committed Feb 16, 2015
1 parent 2ed4a7a commit b7e7401
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tox.ini
@@ -1,18 +1,15 @@
[tox]
envlist =
# Jython 2.7b1 support pending fix for Jython incompat. w/ pip's vendored-in
# requests -> html5 libraries. See
# https://github.com/html5lib/html5lib-python/pull/150
# py26,py27,py32,py33,py34,pypy,pypy3,jython,coverage,docs
py26,py27,py32,py33,py34,pypy,pypy3,coverage,docs

[testenv]
commands =
python setup.py -q test -q

[testenv:jython]
# Jython 2.7b1 support pending fix for Jython incompat. w/ pip's vendored-in
# requests -> html5 libraries. See
# https://github.com/html5lib/html5lib-python/pull/150
commands =
jython setup.py -q test -q

[testenv:coverage]
basepython =
python2.7
Expand Down

0 comments on commit b7e7401

Please sign in to comment.