aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Test on LibreSSL 3.2.0 (#5263)Alex Gaynor2020-06-011-1/+3
|
* fedora now has python 3.8 (#5244)Paul Kehrer2020-05-061-2/+2
|
* Test against LibreSSL 3.1.0 (#5235)Alex Gaynor2020-04-261-0/+2
|
* Dropped support for LibreSSL 2.7, 2.8, and 2.9.0 (2.9.1+ are still ↵Alex Gaynor2020-04-251-4/+0
| | | | supported) (#5231)
* remove four builds (#5229)Paul Kehrer2020-04-251-10/+2
|
* Removed non-x86 builds from CI -- they're quite simply too slow (#5230)Alex Gaynor2020-04-251-14/+0
|
* Ubuntu rolling is now on py3.8 (#5226)Alex Gaynor2020-04-241-2/+2
|
* upgrade to 1.1.1g across our CI (#5218)Paul Kehrer2020-04-221-6/+6
|
* Use Ubuntu bionic for travis CI (#5200)Alex Gaynor2020-04-181-3/+7
| | | | | * Use Ubuntu bionic for travis CI * Update .travis.yml
* Bumped docs and twisted CI jobs to latest 1.1.1 builder (#5199)Alex Gaynor2020-04-181-2/+2
|
* Added CI for Debian bullseye (#5196)Alex Gaynor2020-04-151-0/+3
|
* Run tests on aarch64, ppc, and s390x (#5192)Alex Gaynor2020-04-121-3/+17
| | | | | | | | | | | * Run tests on aarch64, ppc, and s390x * Update .travis.yml * Try disabling it this way * Update .travis.yml * Update .travis.yml
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-14/+0
|
* sid now has 3.8 (#5167)Alex Gaynor2020-03-311-2/+2
|
* twisted is dropping 2.7 support. test on 3.7 (3.8 is not supported yet) (#5159)Paul Kehrer2020-03-291-1/+1
|
* Run twisted under a newer openssl (#5158)Alex Gaynor2020-03-281-1/+1
| | | | | * Run twisted under a newer openssl * yet newer
* Update for new alpine release (#5097)Alex Gaynor2020-01-121-2/+2
|
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-6/+1
| | | | | | | | | | | | * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped
* Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't ↵Alex Gaynor2019-11-251-1/+1
| | | | | | | | have RC2 (#5072) * Refs #5065 -- have a CI job with OpenSSL built with no-rc2 * Fixes #5065 -- skip serialization tests which use RC2 if OpenSSL doesn't have RC2
* Fixed #5050 -- dropped support for an old LibresSSL release (#5056)Alex Gaynor2019-11-111-2/+0
| | | | | | * Fixed #5050 -- dropped support for an old LibresSSL release * Changelog
* Stop testing 2.7 on fedora (#5052)Alex Gaynor2019-11-051-3/+0
|
* Use 3.8 in CI where we want 'the latest 3.x' (#5021)Alex Gaynor2019-10-201-21/+21
| | | | | | * Use 3.8 in CI where we want 'the latest 3.x' * Revert macOS changes for now
* Test against libressl 3.0 (#5031)Alex Gaynor2019-10-201-0/+2
| | | | | | * Test against libressl 3.0 * Correctly type these ints
* Fixes #5010 -- test and build 3.8 wheels (#5013)Alex Gaynor2019-10-171-0/+2
| | | | | | * Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
* update openssls (#4995)Paul Kehrer2019-10-151-8/+8
| | | | | | | | | | * update openssls * missed one * what will this do * only do this check for 1.1.0+
* update libressl and pypy2.7 and pypy3.5 (#4989)Paul Kehrer2019-09-091-3/+5
| | | | | | | | | | * update libressl and pypy2.7 and pypy3.5 * okay can't get 7.1, let's try to at least do 7.0 * 7.1.1 does actually exist * also an empty commit to appease the codecov gods
* Run pep8 tests first in travis (#4958)Alex Gaynor2019-07-281-2/+2
|
* Alpine linux now contains python 3.7 (#4929)Alex Gaynor2019-06-221-2/+2
|
* Simplify how we define random order tests in tox (#4912)Alex Gaynor2019-06-021-1/+1
|
* update to latest openssl on travis builders where appropriate (#4900)Paul Kehrer2019-05-281-7/+7
|
* Added a new packaging test (#4899)Alex Gaynor2019-05-271-0/+2
| | | | | | | | | | | | * Added a new packaging test * Fixed packaging job * typo * more fixes * one more
* Replace debian wheezy with ubuntu trusty (#4871)Alex Gaynor2019-05-051-3/+3
| | | | | | | | * Try running tests without wheezy * Added a trusty builder * Update our supported versions in docs
* Run linkcheck builds when the commit message mentions linkcheck (#4862)Alex Gaynor2019-04-291-1/+1
| | | | | | * Run linkcheck builds when the commit message mentions linkcheck * syntax fix
* fixed ubuntu rolling build for disco release (#4861)Alex Gaynor2019-04-271-2/+2
|
* Use generic DTLS functions added in LibreSSL 2.9.1 (#4855)Charlie Li2019-04-231-1/+1
| | | | | | | | | | * Use generic DTLS functions added in LibreSSL 2.9.1 While here, bump travis. * Remove LibreSSL 2.9.0 from travis now that 2.9.1 exists. Requested by: @reaperhulk
* update travis builders to newer versions of openssl (#4784)Paul Kehrer2019-02-261-4/+4
|
* support NO_ENGINE (#4763)Paul Kehrer2019-02-251-0/+2
| | | | | | | | * support OPENSSL_NO_ENGINE * support some new openssl config args * sigh
* See if urllib3 tests pass on xenial nowadays (#4724)Alex Gaynor2019-01-211-3/+0
|
* Debian buster goes py3.7 (#4663)Alex Gaynor2018-12-301-2/+2
|
* Bump libressl versions in travis (#4654)Alex Gaynor2018-12-241-2/+4
|
* Fedora has rev'd its Python to 3.7 (#4647)Alex Gaynor2018-12-181-2/+2
| | | | | | * Fedora has rev'd it's Python to 3.7 * here too
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-2/+2
| | | | | | | | | | | | | | | | | | * allow bytearrays for key/iv for symmetric encryption * bump pypy/cffi requirements * update docs, fix some tests * old openssl is naught but pain * revert a typo * use trusty for old pypy * better error msg again * restore match
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-4/+5
| | | | | | | | | | * remove idna as a primary dependency * empty commit * dynamodb test fix (thanks to Matt Bullock) * review feedback
* Debian sid is now Python 3.7 (#4602)Alex Gaynor2018-11-221-2/+2
|
* Bump 1.1.1 to a in travis (#4597)Alex Gaynor2018-11-211-3/+3
|
* Bump 1.1.0 in travis to j (#4595)Alex Gaynor2018-11-211-4/+4
|
* upgrade docs to 1.1.1 (#4581)Paul Kehrer2018-11-121-1/+1
|
* Put the linkcheck build next to the other docs build (#4546)Alex Gaynor2018-10-301-4/+4
|
* Simplify build matrix (#4543)Paul Kehrer2018-10-291-9/+1
| | | | | | * simplify pep8 * remove buster/sid 2.7 jobs
* move linkcheck to travis (#4544)Paul Kehrer2018-10-291-0/+4
| | | | | | | | * move linkcheck to travis only run it on master merges just like we do on jenkins * don't build for a PR