Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 98bb0b9

Browse files
committed
Correct travis python version
Assures that firt round of tests run with current python3.7
1 parent 45394a8 commit 98bb0b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
fast_finish: true
1010
include:
1111
# combined env improve execution speed on travis considerably
12-
- name: lint,py27,distros
12+
- name: lint,py37,distros
1313
python: "3.7"
14-
env: TOXENV=lint,py27,distros
15-
- name: py35
16-
python: "3.5"
17-
env: TOXENV=py35
14+
env: TOXENV=lint,py37,distros
1815
- name: py36
1916
python: "3.6"
2017
env: TOXENV=py36
21-
- name: py37
22-
python: "3.7"
23-
env: TOXENV=py37
18+
- name: py35
19+
python: "3.5"
20+
env: TOXENV=py35
21+
- name: py27
22+
python: "2.7"
23+
env: TOXENV=py27
2424
- name: devel
2525
python: "3.7"
2626
env: TOXENV=devel

0 commit comments

Comments
 (0)