Skip to content

Commit

Permalink
cleanup travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierverdier committed Oct 23, 2015
1 parent 1b5beee commit ac288ec
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
Expand Up @@ -12,12 +12,12 @@ before_install:
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda

# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy matplotlib nose
- pip install -e "git+https://github.com/z4r/python-coveralls.git#egg=pycoveralls"
- pip install nose-cov
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- pip install .
- pip install -r requirements.txt

Expand Down

0 comments on commit ac288ec

Please sign in to comment.