Skip to content

Commit

Permalink
Merge pull request avocado-framework-tests#1472 from PraveenPenguin/t…
Browse files Browse the repository at this point in the history
…ravis2

Allow 2.7 failure in travis as this repo will hold good for python3
  • Loading branch information
PraveenPenguin authored Nov 29, 2019
2 parents f78efc3 + a5ae1e0 commit 92492dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: python

matrix:
allow_failures:
- python: "2.7"

python:
- "2.7" #will remove when whole repo moved to python3
- "3.4"
Expand Down

0 comments on commit 92492dc

Please sign in to comment.