Skip to content

Commit

Permalink
add allow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed May 31, 2019
1 parent f12c985 commit cbcb538
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ env:
- PYSAL_PYPI=true #testing on dependencies libpysal, esda, mapcalssify, giddy and spreg on pypi
- PYSAL_PYPI=false


matrix:
allow_failures:
- python: 3.6
env: PYSAL_PYPI=false
- python: 3.7
env: PYSAL_PYPI=false

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
Expand Down

0 comments on commit cbcb538

Please sign in to comment.