Skip to content

Commit a9b91a3

Browse files
committed
Make the newest python versions run first in CI
1 parent b17b9d3 commit a9b91a3

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ dist: xenial
22
sudo: false
33
language: python
44
python:
5-
- 2.7
6-
- 3.5
7-
- 3.6
8-
- 3.7
95
- 3.8
6+
- 3.7
7+
- 3.6
8+
- 3.5
9+
- 2.7
1010

1111
env:
1212
matrix:

appveyor.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,21 @@ environment:
1515
CODECOV_ENV: PYTHON_VERSION, PLATFORM
1616

1717
matrix:
18-
- PYTHON_VERSION: 2.7
18+
- PYTHON_VERSION: 3.8
1919
BUILD_OPTS: --xplat
20-
- PYTHON_VERSION: 3.5
20+
- PYTHON_VERSION: 3.7
2121
BUILD_OPTS: --xplat
2222
- PYTHON_VERSION: 3.6
2323
BUILD_OPTS: --xplat
24-
- PYTHON_VERSION: 3.7
24+
- PYTHON_VERSION: 3.5
2525
BUILD_OPTS: --xplat
26-
- PYTHON_VERSION: 3.8
26+
- PYTHON_VERSION: 2.7
2727
BUILD_OPTS: --xplat
28-
- PYTHON_VERSION: 2.7
29-
- PYTHON_VERSION: 3.5
30-
- PYTHON_VERSION: 3.6
31-
- PYTHON_VERSION: 3.7
3228
- PYTHON_VERSION: 3.8
33-
34-
matrix:
35-
allow_failures:
36-
- PYTHON_VERSION: 3.4
37-
BUILD_OPTS: --xplat
38-
- PYTHON_VERSION: 3.4
29+
- PYTHON_VERSION: 3.7
30+
- PYTHON_VERSION: 3.6
31+
- PYTHON_VERSION: 3.5
32+
- PYTHON_VERSION: 2.7
3933

4034
init:
4135
# Update Environment Variables based on matrix/platform

0 commit comments

Comments
 (0)