Skip to content

Commit

Permalink
removed conda-build pytest six pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
asellappen committed Nov 17, 2020
1 parent c3b9853 commit 700c431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
wget https://repo.anaconda.com/pkgs/misc/conda-execs/conda-4.7.11-linux-ppc64le.exe -O conda.exe;
chmod +x conda.exe;
export CONDA_ALWAYS_YES=1;
./conda.exe create -p $HOME/miniconda python=$TRAVIS_PYTHON_VERSION conda conda-build pytest six pytest-cov ;
./conda.exe create -p $HOME/miniconda python=$TRAVIS_PYTHON_VERSION conda ;
export PATH="$HOME/miniconda/bin:$PATH";
hash -r;
pip install Pillow;
Expand Down

0 comments on commit 700c431

Please sign in to comment.