Commit fb3241b6ff6618ed8011a3cc702fc152ecb9672a
1 parent
2bd13e89
removed Windows CI for now
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
.travis.yml
... | ... | @@ -6,10 +6,5 @@ matrix: |
6 | 6 | include: |
7 | 7 | - name: "Python 3.7.1 on Xenial Linux" |
8 | 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 | |
9 | + dist: xenial | |
15 | 10 | script: py.test |
16 | 11 | \ No newline at end of file | ... | ... |