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 5e6ed8f commit ec0784bCopy full SHA for ec0784b
.travis.yml
@@ -38,7 +38,6 @@ before_install:
38
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
39
conda update conda --quiet
40
conda config --add channels conda-forge --force
41
- conda install pycryptosat
42
conda config --set channel_priority strict
43
conda config --set safety_checks disabled
44
conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
@@ -77,7 +76,7 @@ script:
77
76
fi
78
79
- if [[ $TRAVIS_JOB_NAME == 'notebooks-code' ]]; then
80
- pytest --nbval-lax -p no:python /tmp/examples ;
+ pytest --nbval-lax /tmp/examples ;
81
82
83
# Docs
0 commit comments