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 e8c3581 commit 5d528e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ notifications:
- abelcarreras83@gmail.com
- komuisan@gmail.com

matrix:
fast_finish: true
allow_failures:
- python: "2.7"

install:
- sudo apt-get install libblas-dev liblapack-dev
- sudo apt-get install gfortran
Expand Down Expand Up @@ -46,6 +51,3 @@ deploy:
on:
branch: master
tags: false

allow_failures:
- python: "2.7"

0 comments on commit 5d528e7

Please sign in to comment.