We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3815b1e commit 2f723cfCopy full SHA for 2f723cf
ci/travis.sh
@@ -54,7 +54,7 @@ if [ "$USE_PYPY_RELEASE_VERSION" != "" ]; then
54
source testenv/bin/activate
55
fi
56
57
-pip install -U pip setuptools wheel https://github.com/dabeaz/curio/tarball/master
+pip install -U pip setuptools wheel
58
59
if [ "$CHECK_FORMATTING" = "1" ]; then
60
pip install yapf==${YAPF_VERSION}
test-requirements.txt
@@ -1,2 +1,3 @@
1
pytest
2
pytest-cov
3
+curio
0 commit comments