]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update pyuv test for latest version of pyuv and tornado-pyuv
authorBen Darnell <ben@bendarnell.com>
Fri, 5 Apr 2013 02:30:52 +0000 (22:30 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 5 Apr 2013 02:30:52 +0000 (22:30 -0400)
maint/test/pyuv/tox.ini

index 84643b7d015c36bc4cb0c168de0b318230fab277..dae2d0fcf645ea83716096e8d437e7f79eb82209 100644 (file)
@@ -3,13 +3,11 @@ envlist = py27
 setupdir = ../../..
 
 [testenv]
-# tornado-pyuv is not installable unless pyuv is installed first;
-# listing them both in deps doesn't install them in order.
 commands =
-         pip install git+https://github.com/saghul/tornado-pyuv.git
          python -m tornado.test.runtests --ioloop=tornado_pyuv.UVLoop {posargs:}
 # twisted tests don't work on pyuv IOLoop currently.
 deps =
-     git+https://github.com/saghul/pyuv.git
+     pyuv
+     git+https://github.com/saghul/tornado-pyuv.git
      futures
      mock