Skip to content

Commit

Permalink
#55 get Travis working with success 1
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 31, 2017
1 parent 39673fa commit a4af758
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
Empty file added .flake8
Empty file.
30 changes: 9 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,20 @@ sudo: true
python:
- "2.7"

addons:
apt:
packages:
- libxslt1-dev
- libxml2-dev
- build-essential
- python-dev
- python-setuptools
- libproj0
- libgeos-dev
- libgdal-dev
- libgdal1h
- gdal-bin
- python-gdal

#before_install:
# - sudo apt-add-repository -y ppa:ubuntugis/ubuntugis-unstable GDAL2 conflicts!
# - sudo apt-get install -qq python-lxml
# - sudo apt-get install -qq gdal-bin libgeos-dev libproj-dev libgdal-dev
before_install:
- sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable -y
- sudo apt-get update -q
- sudo apt-get install -qq build-essential python-dev python-setuptools
- sudo apt-get install -qq libxml2-dev libxslt-dev python-lxml
- sudo apt-get install -qq libgeos-dev libgdal-dev gdal-bin python-gdal

install:
- pip install -r requirements-main.txt
- pip install -r requirements-dev.txt
# - python setup.py install
- python setup.py install

script:
# - find stetl -name "*.py" | xargs flake8
# - flake8
- cd docs && make html
- nose2 -v -c setup.cfg

Expand Down

0 comments on commit a4af758

Please sign in to comment.