Skip to content

Commit 8cf97b2

Browse files
committed
fixing travis.yml
1 parent 852279f commit 8cf97b2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ install:
1212
- sudo apt-get install -qq gdal-bin libgdal-dev libgdal1h libgdal1-dev libgeos-dev python-dev python3-dev
1313
- pip install GDAL==1.10.0 --global-option=build_ext --global-option="-I/usr/include/gdal"
1414
- pip install -r requirements.txt
15-
- git clone https://github.com/geopython/pywps.git pywps-4
16-
- "cd pywps-4 && python setup.py install && cd .."
17-
- pip install .
1815

1916
before_script:
2017
"python demo.py -d"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ requests==2.11.1
88
Shapely==1.5.7
99
Werkzeug==0.10.4
1010
SQLAlchemy==1.0.15
11-
-e git+https://github.com/geopython/[email protected].0-rc1#egg=pywps-4.0.0-rc1
11+
-e git+https://github.com/geopython/[email protected].0rc2#egg=pywps-4.0.0-rc2

0 commit comments

Comments
 (0)