Skip to content

Commit 72e5d8d

Browse files
committed
include dependencies for "tox -e pypy", make nosetests quieter
1 parent 602bb84 commit 72e5d8d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tox.ini

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@ deps =
1010
nose
1111
six
1212
commands =
13-
{envbindir}/nosetests
13+
{envbindir}/nosetests -q
14+
15+
[testenv:pypy]
16+
# lxml doesn't work and datrie doesn't make sense
17+
# (it's slower than the pure-python version)
18+
deps =
19+
charade
20+
Genshi
21+
nose
22+
six

0 commit comments

Comments
 (0)