Skip to content

Commit

Permalink
Allow 2.7 failure in travis as this repo will hold good for python3
Browse files Browse the repository at this point in the history
Allow 2.7 failure as this repo will hold good for python3

Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed Nov 29, 2019
1 parent f78efc3 commit a5ae1e0
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 a5ae1e0

Please sign in to comment.