Skip to content

Commit

Permalink
Travis: force GDAL<2 and use requirements-dev.txt, remove requirement…
Browse files Browse the repository at this point in the history
…s.txt as readthedocs fails on GDAL
  • Loading branch information
justb4 committed Dec 17, 2016
1 parent 9f90cc1 commit db30683
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ addons:
# - sudo apt-get install -qq gdal-bin libgeos-dev libproj-dev libgdal-dev

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

Expand Down
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
psycopg2
lxml
GDAL<2.0
Jinja2
argparse ; python_version < '2.7'
nose2
cov-core
mock
Expand Down
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

0 comments on commit db30683

Please sign in to comment.