Skip to content

Commit ec0784b

Browse files
committed
fix #1124
1 parent 5e6ed8f commit ec0784b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ before_install:
3838
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
3939
conda update conda --quiet
4040
conda config --add channels conda-forge --force
41-
conda install pycryptosat
4241
conda config --set channel_priority strict
4342
conda config --set safety_checks disabled
4443
conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
@@ -77,7 +76,7 @@ script:
7776
fi
7877

7978
- if [[ $TRAVIS_JOB_NAME == 'notebooks-code' ]]; then
80-
pytest --nbval-lax -p no:python /tmp/examples ;
79+
pytest --nbval-lax /tmp/examples ;
8180
fi
8281

8382
# Docs

0 commit comments

Comments
 (0)