Skip to content

Commit

Permalink
Fixed whitespaces, for real?
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalanakis committed Jun 6, 2014
1 parent 3626fe1 commit ec5694b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,25 @@ envlist = 27gevent, pypygevent
basepython = python2.7
commands = nosetests ./tests
deps =
gevent
mock
nose
mock
nose
setenv =
GOLESS_BACKEND = gevent
GOLESS_BACKEND = gevent

[testenv:27gevent]
deps =
{[testenv]deps}
gevent

[testenv:pypygevent]
basepython = pypy
deps =
mock
nose
git+https://github.com/surfly/gevent.git#gevent-egg

{[testenv]deps}
git+https://github.com/surfly/gevent.git#gevent-egg

[testenv:coverageenv]
commands = coverage run --source=goless,tests setup.py test
deps =
{[testenv]deps}
coverage
{[testenv]deps}
gevent
coverage

0 comments on commit ec5694b

Please sign in to comment.