Skip to content

Commit

Permalink
use conda-forge channel to get dependencies for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Jun 21, 2017
1 parent 657d8a2 commit ecfedbe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/requirements-py34.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: test_env
channels:
- conda-forge
dependencies:
- python=3.4
- pytest
Expand Down
2 changes: 2 additions & 0 deletions ci/requirements-py35.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: test_env
channels:
- conda-forge
dependencies:
- python=3.5
- pytest
Expand Down
2 changes: 2 additions & 0 deletions ci/requirements-py36.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: test_env
channels:
- conda-forge
dependencies:
- python=3.6
- pytest
Expand Down

0 comments on commit ecfedbe

Please sign in to comment.