Skip to content

Commit

Permalink
Merge pull request #93 from jGaboardi/update_travis_ci
Browse files Browse the repository at this point in the history
addressing #92 -- .travis.yml issue
  • Loading branch information
jGaboardi authored Nov 30, 2019
2 parents ae770cd + ddaebf4 commit bbf8ce7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
33 changes: 17 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
dist: xenial
language: python
sudo: false
sudo: true
branches:
only:
- master
only:
- master

python:
- 3.6
- 3.7

env:
- PYSAL_PYPI=true MPLBACKEND="pdf"
- PYSAL_PYPI=false MPLBACKEND="pdf"

matrix:
include:
- python: 3.6
env: PYSAL_PLUS=false MPLBACKEND="pdf"
allow_failures:
- python: 3.6
env: PYSAL_PLUS=true MPLBACKEND="pdf"
env: PYSAL_PYPI=false MPLBACKEND="pdf"
- python: 3.7
dist: xenial
sudo: true
env: PYSAL_PLUS=false MPLBACKEND="pdf"
- python: 3.7
dist: xenial
sudo: true
env: PYSAL_PLUS=true MPLBACKEND="pdf"
env: PYSAL_PYPI=false MPLBACKEND="pdf"

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand All @@ -38,10 +39,10 @@ install:
echo 'testing pypi libpysal' && pip install libpysal;
else
echo 'testing git libpysal';
git clone https://github.com/pysal/libpysal.git; cd libpysal; pip install .; cd ../;
git clone https://github.com/pysal/libpysal.git;
cd libpysal; pip install .; cd ../;
fi;


script:
- python setup.py sdist >/dev/null
- python setup.py install
Expand Down
7 changes: 0 additions & 7 deletions requirements_dev.txt

This file was deleted.

0 comments on commit bbf8ce7

Please sign in to comment.