From af7bfac1e2009226d2eeaace4ed83888b4b3b6a7 Mon Sep 17 00:00:00 2001 From: ilvalle Date: Sat, 24 Jun 2017 08:07:15 +0200 Subject: [PATCH] Testing pypy3.5 in travis, switching to ubuntu trusty --- .travis.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74198cea..e7c88e7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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