Add python 3 Test on Travis (#193)

* Shell script clean up

* Add python 3 test

* Add travis Test for Python 3
pull/200/head
henry senyondo 2020-01-26 01:54:13 -05:00 zatwierdzone przez mazano
rodzic 166e7aeb1a
commit 5a12120d1f
7 zmienionych plików z 26 dodań i 26 usunięć

Wyświetl plik

@ -5,11 +5,11 @@ language: python
services:
- docker
virtualenv:
system_site_packages: true
python:
- '2.7'
- '3.5'
- '3.6.7'
- '3.7.1'
script:
- ./build.sh

Wyświetl plik

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/kartoza/docker-postgis.svg?branch=develop)](https://travis-ci.org/kartoza/docker-postgis)
# docker-postgis

Wyświetl plik

@ -79,5 +79,3 @@ done
rm custom.sql
# This should show up in docker logs afterwards
su - postgres -c "psql -l"