Skip to content

Commit

Permalink
Adjusting Travis config, to get SciPy installed with the different ve…
Browse files Browse the repository at this point in the history
…rsions of Python 3.
  • Loading branch information
johnbywater committed Sep 4, 2015
1 parent 59a9f31 commit 33a54b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5.0b3
- 3.5-dev
# - 3.5.0b3
# - 3.5-dev

# Setup anaconda
before_install:
Expand All @@ -20,7 +20,7 @@ before_install:

# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose dateutil pandas statsmodels
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib dateutil
# Coverage packages are on my binstar channel
- conda install --yes -c dan_blanchard python-coveralls nose-cov
- pip install .
Expand Down

0 comments on commit 33a54b4

Please sign in to comment.