Skip to content

Commit

Permalink
Travis: use Conda environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmv committed Oct 30, 2017
1 parent d77ad94 commit 5f147e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ before_install:

# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy
- conda create --yes --name=$TRAVIS_PYTHON_VERSION python=$TRAVIS_PYTHON_VERSION numpy scipy
- source activate $TRAVIS_PYTHON_VERSION
- pip install -r requirements.txt
- pip install coveralls
- pip freeze
Expand Down

0 comments on commit 5f147e5

Please sign in to comment.