summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 21:06:43 +0100
committerIlya Etingof <etingof@gmail.com>2018-12-29 21:06:43 +0100
commitedf2a1fe1da505a31570be0de96cbdd653232bc2 (patch)
tree4ba802d1d826fd03afc5cf4d822c6023416d3059
parent7b6c498ac1faaec366690ed681fc12ad9de3d1f3 (diff)
downloadpyasn1-git-edf2a1fe1da505a31570be0de96cbdd653232bc2.tar.gz
Switch Travis to precise
In hope to get more builds back to life.
-rw-r--r--.travis.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e49291..8848613 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,47 +3,47 @@ cache: pip
matrix:
include:
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: '2.6'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: '2.7'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: '3.2'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: '3.3'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: '3.4'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: '3.5'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: '3.6'
- os: linux
- dist: xenial
+ dist: precise
sudo: true
python: '3.7'
- os: linux
- dist: xenial
+ dist: precise
sudo: true
python: 'nightly'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: 'pypy'
- os: linux
- dist: xenial
+ dist: precise
sudo: false
python: 'pypy3'
install: