Skip to content

Commit 3e2578c

Browse files
committed
install cython for Cython.Coverage
1 parent f6aadf8 commit 3e2578c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ install:
3737
# Customise the testing environment
3838
# ---------------------------------
3939
- PACKAGES="$PACKAGES flufl.lock owslib pep8 pillow pyepsg pyshp pytest"
40-
- PACKAGES="$PACKAGES pytest-xdist requests setuptools_scm"
41-
- PACKAGES="$PACKAGES setuptools_scm_git_archive shapely"
40+
- PACKAGES="$PACKAGES pytest-xdist requests"
41+
- PACKAGES="$PACKAGES shapely"
4242
- |
4343
if [[ "$NAME" == "Latest everything"* ]]; then
44-
PACKAGES="$PACKAGES pytest-cov coveralls";
44+
PACKAGES="$PACKAGES cython>=0.29.2 pytest-cov coveralls";
4545
export CYTHON_COVERAGE=1;
4646
fi
4747
- conda create -n $ENV_NAME python=$PYTHON_VERSION $PACKAGES

0 commit comments

Comments
 (0)