Skip to content

Commit

Permalink
alternative script for travis to avoid failure in py2 while still tes…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
abelcarreras committed Mar 9, 2021
1 parent 5d528e7 commit c3edc41
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ notifications:
- abelcarreras83@gmail.com
- komuisan@gmail.com

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

install:
- sudo apt-get install libblas-dev liblapack-dev
Expand Down Expand Up @@ -51,3 +51,4 @@ deploy:
on:
branch: master
tags: false
condition: $TRAVIS_PYTHON_VERSION != "2.7"

0 comments on commit c3edc41

Please sign in to comment.