Skip to content

Commit

Permalink
Moving gevent pip install into commands, to make sure it happens afte…
Browse files Browse the repository at this point in the history
…r cython install.
  • Loading branch information
rgalanakis committed Jun 13, 2014
1 parent 3fb44ef commit 39bc029
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -24,8 +24,9 @@ deps =

[testenv:33gevent]
basepython = python3.3
commands =
- pip install git+https://github.com/surfly/gevent.git#gevent-egg
- {[testenv]commands}
deps =
{[testenv]deps}
cython
git+https://github.com/surfly/gevent.git#gevent-egg
cython

0 comments on commit 39bc029

Please sign in to comment.