Skip to content

Commit dd49a7f

Browse files
authored
windows build script (#34)
* test windows build script * install patch for windows * try manually setting path for patch * ah the test that cares can be skipped anyway
1 parent 60ed029 commit dd49a7f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ matrix:
1616
env: TOX_ENV=py38
1717
- python: 3.8
1818
env: TOX_ENV=lint
19+
20+
- language: shell
21+
os: windows
22+
before_install:
23+
- choco install python --version 3.8.0
24+
- python -m pip install --upgrade pip
25+
env: TOX_ENV=py38 PATH=/c/Python38:/c/Python38/Scripts:$PATH
1926
addons:
2027
apt:
2128
packages:

0 commit comments

Comments
 (0)