From 2ea156c39957cfcf6f0a9b1f15339c16d7ba494a Mon Sep 17 00:00:00 2001 From: asellappen <31274494+asellappen@users.noreply.github.com> Date: Tue, 17 Nov 2020 11:11:05 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5126ad..ead9993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ;