Skip to content

Commit 2f723cf

Browse files
committed
Test against released version of curio
1 parent 3815b1e commit 2f723cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ "$USE_PYPY_RELEASE_VERSION" != "" ]; then
5454
source testenv/bin/activate
5555
fi
5656

57-
pip install -U pip setuptools wheel https://github.com/dabeaz/curio/tarball/master
57+
pip install -U pip setuptools wheel
5858

5959
if [ "$CHECK_FORMATTING" = "1" ]; then
6060
pip install yapf==${YAPF_VERSION}

test-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest
22
pytest-cov
3+
curio

0 commit comments

Comments
 (0)