Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asellappen committed Nov 17, 2020
1 parent 84dc607 commit 2ea156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ matrix:
language: generic
install:
- if [[ "$TRAVIS_CPU_ARCH" == "ppc64le" ]]; then
wget https://repo.anaconda.com/pkgs/misc/conda-execs/conda-4.7.11-linux-ppc64le.exe -O conda.exe conda-build pytest;
wget https://repo.anaconda.com/pkgs/misc/conda-execs/conda-4.7.11-linux-ppc64le.exe -O conda.exe pytest-cov;
chmod +x conda.exe;
export CONDA_ALWAYS_YES=1;
./conda.exe create -p $HOME/miniconda python=$TRAVIS_PYTHON_VERSION conda ;
Expand Down

0 comments on commit 2ea156c

Please sign in to comment.