aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-05-05 18:49:44 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-05 18:49:44 -0400
commitef0ed84180f9247e7cf2402b780536c359c4778e (patch)
treed0aeaf5bea6abd1995782a2a805afa18ece0276d /.travis.yml
parent6ec71fd04502e3fa43183fa8ecb0916e8fb3a1fd (diff)
downloadcryptography-ef0ed84180f9247e7cf2402b780536c359c4778e.tar.gz
cryptography-ef0ed84180f9247e7cf2402b780536c359c4778e.tar.bz2
cryptography-ef0ed84180f9247e7cf2402b780536c359c4778e.zip
Replace debian wheezy with ubuntu trusty (#4871)
* Try running tests without wheezy * Added a trusty builder * Update our supported versions in docs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 760f97b9..930f6ea1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,9 +67,6 @@ matrix:
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-centos7
- python: 2.7
services: docker
- env: TOXENV=py27 DOCKER=pyca/cryptography-runner-wheezy
- - python: 2.7
- services: docker
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-jessie
- python: 3.4
services: docker
@@ -88,6 +85,9 @@ matrix:
env: TOXENV=py37 DOCKER=pyca/cryptography-runner-sid
- python: 2.7
services: docker
+ env: TOXENV=py27 DOCKER=pyca/cryptography-runner-ubuntu-trusty
+ - python: 2.7
+ services: docker
env: TOXENV=py27 DOCKER=pyca/cryptography-runner-ubuntu-rolling
- python: 3.7
services: docker