Skip to content

Commit

Permalink
try enabling CI with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Dec 8, 2020
1 parent bbe3679 commit 86117cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Expand Up @@ -71,6 +71,24 @@ matrix:
env: TOX_ENV=pypy
- python: pypy3
env: TOX_ENV=pypy3
# We use explicit version as the PATH needs major-minor part
- name: "Python3.8.0 on Windows"
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 list
- pip install six
- pip install -r build-requirements.txt
- pip list
script:
- pytest src/ecdsa
after_success:
- coveralls

allow_failures:
- python: nightly

Expand Down

0 comments on commit 86117cc

Please sign in to comment.