Skip to content

Commit

Permalink
matrix fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Oct 6, 2021
1 parent 4590c06 commit e2f6b33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
language: python

jobs:
include:
- os: linux
python: 3.6
python: "3.6"
dist: xenial
- os: linux
python: 3.7
python: "3.7"
dist: xenial
- os: osx
python: 3.6
python: "3.6"
osx_image: xcode7.2

cache: pip
Expand Down

0 comments on commit e2f6b33

Please sign in to comment.