Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 2, 2020
1 parent db746be commit 3f4dc7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.5
- image: circleci/python:3.8.5

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ dist: bionic
sudo: true
language: python
python:
- "3.7"
- "3.8"
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -8,8 +8,8 @@ environment:

matrix:

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

init:
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
@@ -1,7 +1,7 @@
jobs:
- job: 'TestLinux'
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-16.04'
strategy:
matrix:
Python37-Linux:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
Python37-Mac:
python.version: '3.7'
python.version: '3.8'
maxParallel: 3

steps:
Expand Down

0 comments on commit 3f4dc7e

Please sign in to comment.