Skip to content

Commit

Permalink
chore: test against MacOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
reata committed Nov 8, 2020
1 parent b80e58f commit a8a0027
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
os: linux
dist: focal
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
addons:
apt:
packages:
- graphviz
- libgraphviz-dev

jobs:
include:
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9
- os: osx
language: shell
- os: windows
language: shell
before_install:
- choco install python --version 3.8.0
- python -m pip install --upgrade pip
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH

install:
- pip install tox-travis codecov

script:
- tox

Expand Down

0 comments on commit a8a0027

Please sign in to comment.