Skip to content

Commit

Permalink
Add multiple python versions in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot committed Jan 8, 2019
1 parent b97185d commit 0b9c3f5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: python
python: 3.7
dist: xenial
sudo: false
cache:
- pip
python:
- '3.6'
cache: pip
matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
before_install:
- pip install tox coveralls
script:
Expand Down

0 comments on commit 0b9c3f5

Please sign in to comment.