Skip to content

Commit

Permalink
revising travis to run on 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Feb 19, 2020
1 parent f6d0ba9 commit 6e47de6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,5 +1,3 @@
sudo: false

cache:
directories:
- $HOME/env
Expand All @@ -12,11 +10,16 @@ notifications:
python:
- 3.6

matrix:
jobs:
include:
- python: 3.6
os: linux
dist: xenial
- python: 3.7
os: linux
dist: xenial


before_install:
- bash .travis_dependencies.sh
- export PATH="$HOME/env/miniconda$TRAVIS_PYTHON_VERSION/bin:$PATH";
Expand Down

0 comments on commit 6e47de6

Please sign in to comment.