Skip to content

Commit

Permalink
Fix travis error as in python3.4 colorama not able to install
Browse files Browse the repository at this point in the history
so allowing failure for python3.4

Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed Jan 2, 2020
1 parent 625f79f commit ee0d4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
matrix:
allow_failures:
- python: "2.7"
- python: "3.4" ## failing as recent changes in colorama failed to install

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

0 comments on commit ee0d4fd

Please sign in to comment.