Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apetri committed Feb 16, 2016
1 parent 94ef231 commit 28817c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- export PATH=/home/travis/miniconda2/bin:$PATH
- conda update --yes conda

#The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
Expand All @@ -30,4 +30,4 @@ install:
- python setup.py install

#Run test
script: pwd
script: pwd

0 comments on commit 28817c4

Please sign in to comment.