Skip to content

Commit

Permalink
CI: try with conda forge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed May 26, 2017
1 parent 7d05eb8 commit 7b0bcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.5
- 3.6
notifications:
email: false
Expand All @@ -13,6 +12,7 @@ before_install:
- ./miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- conda update --yes conda
- conda config --add channels conda-forge
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
Expand Down

0 comments on commit 7b0bcfd

Please sign in to comment.