We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452a284 commit 4291ffcCopy full SHA for 4291ffc
.travis.yml
@@ -28,7 +28,10 @@ before_install:
28
export PATH=/home/travis/anaconda/bin:$PATH &&
29
conda config --append channels conda-forge &&
30
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
31
- conda install -y icu numpy scipy traits;}
+ conda install -y icu numpy scipy traits &&
32
+ if [ "${TRAVIS_PYTHON_VERSION:0:1}" -gt "2" ]; then
33
+ conda install -y boto3;
34
+ fi }
35
- travis_retry bef_inst
36
install:
37
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
0 commit comments