Skip to content

Commit

Permalink
CI: use appveyor for windows, travis windows erratic
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 28, 2019
1 parent b60c44b commit bed33d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -26,11 +26,11 @@ matrix:
- os: osx
language: minimal
install: pip3 install -e .[tests]
- os: windows
language: minimal
before_install:
- choco install python3
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
# - os: windows
# language: minimal
# before_install:
# - choco install python3
# - export PATH="/c/Python37:/c/Python37/Scripts:$PATH"

install: pip install -e .[tests]

Expand Down

0 comments on commit bed33d1

Please sign in to comment.