Skip to content

Commit

Permalink
pypy env needs to use newer gevent
Browse files Browse the repository at this point in the history
fixed whitespace issues pycharm is causing in ini files
  • Loading branch information
rgalanakis committed Jun 6, 2014
1 parent 2818b73 commit 3626fe1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,22 @@ commands = nosetests ./tests
deps =
gevent
mock
nose
nose
setenv =
GOLESS_BACKEND = gevent
GOLESS_BACKEND = gevent

[testenv:27gevent]

[testenv:pypygevent]
basepython = pypy
deps =
mock
nose
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}
coverage

0 comments on commit 3626fe1

Please sign in to comment.