Skip to content

Commit 028d14a

Browse files
committed
.travis.yml: use Python 3.
1 parent ef14a33 commit 028d14a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ sudo: yes
33

44
matrix:
55
include:
6-
- python: 2.7
7-
env: TOXENV=py27-ansible27
8-
- python: 2.7
9-
env: TOXENV=py27-ansible26
10-
- python: 2.7
11-
env: TOXENV=py27-ansible25
6+
- python: 3.6
7+
env: TOXENV=py36-ansible27
8+
- python: 3.6
9+
env: TOXENV=py36-ansible26
10+
- python: 3.6
11+
env: TOXENV=py36-ansible25
1212
- python: 2.7
1313
env: TOXENV=py27-ansible24
1414
- python: 2.7

0 commit comments

Comments
 (0)