Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ matrix:
# Extra includes for OSX since python language is not available by default on OSX
- os: osx
language: generic
env: PYTHON_VER=3.5
env: PYTHON_VER=3.6
- os: osx
language: generic
env: PYTHON_VER=3.6
env: PYTHON_VER=3.7

- os: linux
python: 3.5
env: PYTHON_VER=3.5
- os: linux
python: 3.6
env: PYTHON_VER=3.6
- os: linux
python: 3.7
env: PYTHON_VER=3.7

before_install:
# Additional info about the build
Expand Down
13 changes: 7 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
environment:

matrix:
- PYTHON: "C:\\Miniconda35-x64"
PYTHON_VERSION: "3.5"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Miniconda36-x64"
- PYTHON: "C:\\Miniconda3-x64"
CONDA_PY: "36"
ARCH: "64"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda3-x64"
CONDA_PY: "37"
ARCH: "64"
PYTHON_VERSION: "3.7"


install:
Expand Down