kopia lustrzana https://github.com/kartoza/docker-postgis
Add python 3 Test on Travis (#193)
* Shell script clean up * Add python 3 test * Add travis Test for Python 3pull/200/head
rodzic
166e7aeb1a
commit
5a12120d1f
|
@ -5,11 +5,11 @@ language: python
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
virtualenv:
|
|
||||||
system_site_packages: true
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
- '2.7'
|
||||||
|
- '3.5'
|
||||||
|
- '3.6.7'
|
||||||
|
- '3.7.1'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
[](https://travis-ci.org/kartoza/docker-postgis)
|
||||||
|
|
||||||
# docker-postgis
|
# docker-postgis
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -79,5 +79,3 @@ done
|
||||||
rm custom.sql
|
rm custom.sql
|
||||||
# This should show up in docker logs afterwards
|
# This should show up in docker logs afterwards
|
||||||
su - postgres -c "psql -l"
|
su - postgres -c "psql -l"
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue