Skip to content

Commit

Permalink
show tox how to run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Oct 10, 2015
1 parent 89a9159 commit bacbe07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -5,14 +5,15 @@

# defaults
[testenv]
commands=trial test
commands=coverage run --append {envbindir}/trial test
deps=
ipaddr>=2.1.10
zope.interface>=3.6.1
setuptools>=0.8.0
mock
GeoIP
txsocksx
coverage

# specific environments
[testenv:twisted-debian-squeeze]
Expand Down

0 comments on commit bacbe07

Please sign in to comment.