Skip to content

Commit

Permalink
pip was silently updating latest packages. we weren't testing on mini…
Browse files Browse the repository at this point in the history
…mum versions anyway
  • Loading branch information
neontty committed Jun 6, 2020
1 parent 63c1ea4 commit c3f1fe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ env:
- MODULE=hdbscan
matrix:
- DISTRIB="conda" PYTHON_VERSION="3.7"
NUMPY_VERSION="1.15.3" SCIPY_VERSION="1.2.1" CYTHON_VERSION="0.28.5"
- DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true"
NUMPY_VERSION="1.10.4" SCIPY_VERSION="0.17.0" CYTHON_VERSION="0.23.5"

install: source ci_scripts/install.sh
script: bash ci_scripts/test.sh
Expand Down
3 changes: 1 addition & 2 deletions ci_scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ popd
# Configure the conda environment and put it in the path using the
# provided versions
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib pandas networkx
numpy scipy cython scikit-learn joblib matplotlib pandas networkx

source activate testenv


if [[ "$COVERAGE" == "true" ]]; then
pip install coverage coveralls
fi
Expand Down

0 comments on commit c3f1fe7

Please sign in to comment.