Skip to content

Commit

Permalink
Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
loomanw committed Oct 17, 2020
1 parent 60513ce commit 2b4f238
Show file tree
Hide file tree
Showing 12 changed files with 547 additions and 418 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
jobs:
include:
- name: "Python 3.5 on Linux"
python: 3.5 # this works for Linux but is ignored on macOS or Windows
- name: "Python 3.6 on Linux"
python: 3.6 # this works for Linux but is ignored on macOS or Windows
- name: "Python 3.7 on Linux"
Expand All @@ -11,10 +9,17 @@ jobs:
python: 3.8 # this works for Linux but is ignored on macOS or Windows
# - name: "Python 3.9 on Linux"
# python: 3.9 # this works for Linux but is ignored on macOS or Windows
- name: "Python 3.7 on macOS"
- name: "Python 3.8 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.6 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.7
- python -m pip install --upgrade pip
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
- name: "Python 3.7 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
Expand Down

0 comments on commit 2b4f238

Please sign in to comment.