Skip to content

Commit 0de3de6

Browse files
committed
Update pyuv test for latest version of pyuv and tornado-pyuv
1 parent 218ec03 commit 0de3de6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

maint/test/pyuv/tox.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ envlist = py27
33
setupdir = ../../..
44

55
[testenv]
6-
# tornado-pyuv is not installable unless pyuv is installed first;
7-
# listing them both in deps doesn't install them in order.
86
commands =
9-
pip install git+https://github.com/saghul/tornado-pyuv.git
107
python -m tornado.test.runtests --ioloop=tornado_pyuv.UVLoop {posargs:}
118
# twisted tests don't work on pyuv IOLoop currently.
129
deps =
13-
git+https://github.com/saghul/pyuv.git
10+
pyuv
11+
git+https://github.com/saghul/tornado-pyuv.git
1412
futures
1513
mock

0 commit comments

Comments
 (0)