We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17083c9 commit 82ecbe4Copy full SHA for 82ecbe4
.travis.yml
@@ -10,7 +10,6 @@ before_install:
10
- chmod +x miniconda.sh
11
- ./miniconda.sh -b -p /home/travis/miniconda
12
- export PATH=/home/travis/miniconda/bin:$PATH
13
- - conda update --yes conda
14
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
15
- sudo rm -rf /dev/shm
16
- sudo ln -s /run/shm /dev/shm
0 commit comments