Commit f64351bed168abe1ddae14a1195e7cf14e683ea1
1 parent
f128272a
Add multiplatform testing
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
.travis.yml
... | ... | @@ -2,5 +2,14 @@ language: python |
2 | 2 | python: |
3 | 3 | - "3.5" |
4 | 4 | - "3.6" |
5 | - - "3.7" | |
5 | +matrix: | |
6 | + include: | |
7 | + - name: "Python 3.7.1 on Xenial Linux" | |
8 | + python: 3.7 | |
9 | + dist: xenial | |
10 | + - name: "Python 3.7.3 on Windows" | |
11 | + os: windows | |
12 | + language: shell | |
13 | + before_install: choco install python | |
14 | + env: PATH=/c/Python37:/c/Python37/Scripts:$PATH | |
6 | 15 | script: pytest |
7 | 16 | \ No newline at end of file | ... | ... |