aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-26 15:08:33 -1000
committerAlex Gaynor <alex.gaynor@gmail.com>2017-06-26 21:08:33 -0400
commite3a2fb209b905915874a2a46c4a11ee33c111dc7 (patch)
tree631c163537d0be4ab9c977fa515f2ae279b6b701 /.travis.yml
parent62c3421a73053af5cf09d110f927632dd19f00aa (diff)
downloadcryptography-e3a2fb209b905915874a2a46c4a11ee33c111dc7.tar.gz
cryptography-e3a2fb209b905915874a2a46c4a11ee33c111dc7.tar.bz2
cryptography-e3a2fb209b905915874a2a46c4a11ee33c111dc7.zip
remove python 3.3 from CI (#3729)
* remove python 3.3 from CI * remove 3.3 everywhere, not just from CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 5bfe15b4..79631b8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,6 @@ matrix:
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- - python: 3.3
- env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
@@ -57,10 +55,6 @@ matrix:
- language: generic
os: osx
osx_image: xcode8.3
- env: TOXENV=py33 CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS=1
- - language: generic
- os: osx
- osx_image: xcode8.3
env: TOXENV=py34 CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS=1
- language: generic
os: osx