Skip to content

Commit 9c9d29c

Browse files
committed
make the env install faster
1 parent 7a1c7e1 commit 9c9d29c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ before_install:
4242
conda config --add channels conda-forge --force
4343
conda install pycryptosat
4444
conda config --set channel_priority strict
45+
conda config --set safety_checks disabled
4546
conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
4647
source activate TEST
4748
# Install firefox headless driver.

0 commit comments

Comments
 (0)