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 7a1c7e1 commit 9c9d29cCopy full SHA for 9c9d29c
.travis.yml
@@ -42,6 +42,7 @@ before_install:
42
conda config --add channels conda-forge --force
43
conda install pycryptosat
44
conda config --set channel_priority strict
45
+ conda config --set safety_checks disabled
46
conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
47
source activate TEST
48
# Install firefox headless driver.
0 commit comments