Skip to content

Commit

Permalink
removed environnements that do not seem to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jrialland committed Feb 26, 2020
1 parent 91b9e14 commit daefcce
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ python:
- 3.8
- nightly
- pypy3
- name: "Python 3.7.4 on macOS"
os: osx
osx_image: xcode11.2 # Python 3.7.4 running on macOS 10.14.4
language: shell # 'language: python' is an error on Travis CI macOS
- name: "Python 3.8.0 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
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 install .
- pip install nose coverage
Expand Down

0 comments on commit daefcce

Please sign in to comment.