From 0e8cdf1023f6e2045de444b1c7e09f40cccf019e Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 13 Dec 2016 21:05:35 -0500 Subject: Drop 1.0.0 (#3312) * delete the 1.0.0 support * drop the version check * drop the AES-CTR stuff * Update the example * openssl truncates for us now * delete unused test * unused imports * Remove a bunch of conditional bindings for NPN * no more 1.0.0 builders * libressl fix * update the docs * remove dead branches * oops * this is a word, damnit * spelling * try removing this * this test is not needed * unused import --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d4c39b67..0cd74610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,10 +25,6 @@ matrix: env: TOXENV=pypy PYPY_VERSION=4.0.1 - python: pypy env: TOXENV=pypy PYPY_VERSION=5.4.1 - - python: 2.7 - env: TOXENV=py27 OPENSSL=1.0.0t - - python: 3.5 - env: TOXENV=py35 OPENSSL=1.0.0t - python: 2.7 env: TOXENV=py27 OPENSSL=1.1.0c - python: 3.5 -- cgit v1.2.3