Skip to content

Commit

Permalink
Update conda recipe to fix Travis (#23)
Browse files Browse the repository at this point in the history
* Update conda recipe to fix Travis

* Revert to generic language in Travis
  • Loading branch information
jaimergp committed Dec 10, 2019
1 parent 83d1107 commit 6ca9a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ env:
- MYCONDAPY=2.7

# Do not use Travis Python to save some time.
language: python
language: generic
os:
- linux
- osx
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Expand Up @@ -58,6 +58,6 @@ test:
source_files:
- tests
requires:
- pytest 4.0.*
- pytest
- pytest-benchmark

0 comments on commit 6ca9a6e

Please sign in to comment.