Skip to content

Commit

Permalink
TST: update install environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Sep 19, 2019
1 parent a9c9a36 commit efc9ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
dist: xenial
matrix:
include:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
Expand All @@ -17,6 +18,8 @@ before_install:
- pip install pytest-cov
- pip install coveralls
- pip install future
- pip install pandas
- pip install xarray
- pip install matplotlib

install:
Expand Down

0 comments on commit efc9ec0

Please sign in to comment.