We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6aadf8 commit 3e2578cCopy full SHA for 3e2578c
.travis.yml
@@ -37,11 +37,11 @@ install:
37
# Customise the testing environment
38
# ---------------------------------
39
- 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"
+ - PACKAGES="$PACKAGES pytest-xdist requests"
+ - PACKAGES="$PACKAGES shapely"
42
- |
43
if [[ "$NAME" == "Latest everything"* ]]; then
44
- PACKAGES="$PACKAGES pytest-cov coveralls";
+ PACKAGES="$PACKAGES cython>=0.29.2 pytest-cov coveralls";
45
export CYTHON_COVERAGE=1;
46
fi
47
- conda create -n $ENV_NAME python=$PYTHON_VERSION $PACKAGES
0 commit comments