Skip to content

Commit

Permalink
Use defaults channel in travis instead of anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapb committed Oct 24, 2018
1 parent 021d7d6 commit 9c49201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,9 +20,9 @@ install:
- conda update -q conda
- conda info -a
- conda config --add channels conda-forge
- conda config --add channels anaconda
- conda config --add channels defaults
- conda install -c conda-forge pocl pyopencl
- conda install -c anaconda virtualenv
- conda install -c defaults virtualenv
- python -c 'import pyopencl as cl'
- pip install beaker tox tox-travis

Expand Down

0 comments on commit 9c49201

Please sign in to comment.