Merge pull request #1669 from ilvalle/testing_pypy3_trusty

Testing pypy3.5 in travis, switching to ubuntu trusty
This commit is contained in:
mdipierro
2017-07-10 14:17:20 -05:00
committed by GitHub
+11 -1
View File
@@ -4,11 +4,18 @@ sudo: required
cache: pip
dist: "trusty"
python:
- '2.7'
- 'pypy'
- '3.5'
- '3.6'
- 'pypy-5.3.1'
- 'pypy3.5-5.7.1-beta'
matrix:
allow_failures:
- python: 'pypy3.5-5.7.1-beta'
install:
- pip install -e .
@@ -33,3 +40,6 @@ notifications:
addons:
postgresql: "9.4"
apt:
packages:
- postgresql-9.4-postgis-2.3