Skip to content

Commit

Permalink
.travis.yml: Update unsupported Python version
Browse files Browse the repository at this point in the history
coala supports Python 3.4.2 and later as from commit
58b9f41 but the commit missed updating the travis.yml
file. This fixes the issue with the CI failure on
unsupported job by changing the unsupported version
from 3.4.3 to 3.4.1.

Closes coala#6017
  • Loading branch information
abhishalya committed May 27, 2019
1 parent 03ae7df commit 74c75c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
<<: *disable_global
stage: unsupported
script: .misc/check_unsupported.sh
- python: 3.4.3
- python: 3.4.1
<<: *disable_global
stage: unsupported
script: .misc/check_unsupported.sh
Expand Down

0 comments on commit 74c75c8

Please sign in to comment.