Skip to content

Commit

Permalink
switch to newer python/linux versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jszymon committed Nov 8, 2020
1 parent ad1d877 commit b38333c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: python
dist: xenial
dist: focal
python:
- "3.5"
- "3.6"
- "3.7"
#- "3.8-dev" # 3.8 development branch
- "3.8"
install:
- pip install -r requirements.txt
script:
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ version: 1.0.{build}
environment:
matrix:

- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"

install:
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- python --version
Expand Down

0 comments on commit b38333c

Please sign in to comment.