Skip to content

Commit

Permalink
set py2 test as allowed to fail in travis script (due to error in dep…
Browse files Browse the repository at this point in the history
…loyment)
  • Loading branch information
abelcarreras committed Mar 9, 2021
1 parent 6ab30e9 commit e8c3581
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:
python:
- "2.7"
- "3.6"
- "3.8"

branches:
only:
Expand Down Expand Up @@ -44,4 +45,7 @@ deploy:
skip_existing: true
on:
branch: master
tags: false
tags: false

allow_failures:
- python: "2.7"

0 comments on commit e8c3581

Please sign in to comment.