Skip to content

Commit

Permalink
.travis.yml: use Python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Oct 6, 2018
1 parent 6cb8088 commit 386212d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sudo: yes

matrix:
include:
- python: 2.7
env: TOXENV=py27-ansible27
- python: 2.7
env: TOXENV=py27-ansible26
- python: 2.7
env: TOXENV=py27-ansible25
- python: 3.6
env: TOXENV=py36-ansible27
- python: 3.6
env: TOXENV=py36-ansible26
- python: 3.6
env: TOXENV=py36-ansible25
- python: 2.7
env: TOXENV=py27-ansible24
- python: 2.7
Expand Down

0 comments on commit 386212d

Please sign in to comment.