We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80b9fd commit cf0395aCopy full SHA for cf0395a
1 file changed
.travis.yml
@@ -33,7 +33,7 @@ before_install:
33
- export PATH="$HOME/miniconda/bin:$PATH"
34
- conda update --yes --all
35
- conda config --add channels conda-forge --force
36
- - conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
+ - conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION phantomjs --file requirements.txt --file requirements-dev.txt
37
- source activate TEST
38
39
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
0 commit comments