Skip to content

Commit

Permalink
Attempt to force conda & conda-build to be up-to-date
Browse files Browse the repository at this point in the history
The Python 3.4 build on Travis is still failing due to conda issues.
  • Loading branch information
amacd31 committed Nov 28, 2017
1 parent 5fd2547 commit 44c4b51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
- secure: "eSVWOzBZMGYAqgUNSdP3nSOHNjCNxgJ7TaUIhVuBlqckv06LzyqEQ1TqivDh5OeLBVDwJdOqQzGBt138l0KClViRzFauM+LftHfrLrwYNXerlTjmghx73btPEQT0pYcYiHnGMUo8rLV01bvyqnxcFvVTqvB2d6MXvE6bvY5WLQc="
install:
- source ci/travis/install.sh
- conda update -c conda-forge -y -n root conda
- conda update -c conda-forge -y -n root conda-build
- conda install -c conda-forge -y python=$TRAVIS_PYTHON_VERSION
- conda install -c conda-forge -y coverage nose mock
- pip install codecov
Expand Down

0 comments on commit 44c4b51

Please sign in to comment.