We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218ec03 commit 0de3de6Copy full SHA for 0de3de6
maint/test/pyuv/tox.ini
@@ -3,13 +3,11 @@ envlist = py27
3
setupdir = ../../..
4
5
[testenv]
6
-# tornado-pyuv is not installable unless pyuv is installed first;
7
-# listing them both in deps doesn't install them in order.
8
commands =
9
- pip install git+https://github.com/saghul/tornado-pyuv.git
10
python -m tornado.test.runtests --ioloop=tornado_pyuv.UVLoop {posargs:}
11
# twisted tests don't work on pyuv IOLoop currently.
12
deps =
13
- git+https://github.com/saghul/pyuv.git
+ pyuv
+ git+https://github.com/saghul/tornado-pyuv.git
14
futures
15
mock
0 commit comments