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 844bbfc commit 70909d3Copy full SHA for 70909d3
.travis.yml
@@ -67,7 +67,7 @@ install:
67
- if [[ $TRAVIS_OS_NAME == osx || $TRAVIS_OS_NAME == windows ]]; then
68
git clone git://github.com/astropy/ci-helpers.git;
69
source ci-helpers/travis/setup_conda.sh;
70
- conda update python
+ conda update python;
71
fi
72
73
script:
0 commit comments