Skip to content

Commit

Permalink
Upgrade to Python 3.8 for CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Dec 27, 2020
1 parent 66d439b commit 3031b9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ environment:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7"
TOXENV: "py27"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6"
TOXENV: "py36"
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8"
TOXENV: "py38"

init:
- ECHO %PYTHON%
Expand Down
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ matrix:
os: linux
python: 2.7
env: TOXENV=py27
- name: "Run test suite on Linux with Python 3.6"
- name: "Run test suite on Linux with Python 3.8"
os: linux
python: 3.6
env: TOXENV=py36
- name: "Check code style with pylama on Linux - Python 3.6"
python: 3.8
env: TOXENV=py38
- name: "Check code style with pylama on Linux - Python 3.8"
os: linux
python: 3.6
python: 3.8
env: TOXENV=pylama
# 10.1 is OS X 10.13.x
# https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
Expand All @@ -28,11 +28,11 @@ matrix:
language: generic
python: 2.7
env: TOXENV=py27
- name: "Run test suite on OS X with Python 3.6"
- name: "Run test suite on OS X with Python 3.8"
os: osx
osx_image: xcode9.4
language: generic
env: TOXENV=py3
env: TOXENV=py38


install:
Expand Down

0 comments on commit 3031b9b

Please sign in to comment.