Skip to content

Commit 65286df

Browse files
committed
enable CI on Windows
1 parent 0e464f2 commit 65286df

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,24 @@ matrix:
7373
env: TOX_ENV=pypy
7474
- python: pypy3
7575
env: TOX_ENV=pypy3
76+
# We use explicit version as the PATH needs major-minor part
77+
- name: "Python3.8.0 on Windows"
78+
os: windows
79+
language: shell
80+
before_install:
81+
- choco install python --version 3.8.0
82+
- python -m pip install --upgrade pip
83+
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
84+
install:
85+
- pip list
86+
- pip install six
87+
- pip install -r build-requirements.txt
88+
- pip list
89+
script:
90+
- coverage run --branch -m pytest src/ecdsa
91+
after_success:
92+
- coveralls
93+
7694
allow_failures:
7795
- python: nightly
7896

0 commit comments

Comments
 (0)