Skip to content

Commit

Permalink
Stop using conda-forge
Browse files Browse the repository at this point in the history
It helped get past the initial problem, but still fails for the Python
3.4 run. Hopefully standard conda with the updated conda and conda-build
will succeed...
  • Loading branch information
amacd31 committed Nov 28, 2017
1 parent 3f9a175 commit 3355a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ env:
- secure: "gQ24XPFgPKmykrFxtyTwbKDV8GRoLkKn/PPUUJVbXuoep73XmDywY4fUs0yuwRx2quBZG18JlyCFgxzNKNSQNRCzF4rGnFfhNiOB/PlBB8+p3HhsPeeUnuHJvAh98mI2WRu93kNUnY7OByWNzyo3Qnpp63OgNmkT8Kp8Xu7CB0c="
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
- conda update -y -n root conda
- conda update -y -n root conda-build
- conda install -y python=$TRAVIS_PYTHON_VERSION
- conda install -y coverage nose mock
- pip install codecov
- pip install coveralls
- conda build --python=$TRAVIS_PYTHON_VERSION conda.recipe
Expand Down

0 comments on commit 3355a05

Please sign in to comment.