Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update travis to use xcode8.1 image so we have sierra coverage (#3246) | Paul Kehrer | 2016-11-18 | 1 | -9/+9 | |
| | | | | | | * update travis to use xcode8.1 image so we have sierra coverage * docs too | |||||
* | Bump OpenSSL version on Travis (#3230) | Alex Gaynor | 2016-11-11 | 1 | -2/+2 | |
| | ||||||
* | encrypt our IRC channel to prevent forks from notifying. (#3193) | Paul Kehrer | 2016-10-10 | 1 | -3/+6 | |
| | | | Also remove the webhook for the buildtrends, which we don't use. | |||||
* | Bump OpenSSL on travis. Don't run tests against a release with a critical ↵ | Alex Gaynor | 2016-09-26 | 1 | -2/+2 | |
| | | | | vulnerability (#3177) | |||||
* | Simplify OpenSSL bits in travis (#3172) | Alex Gaynor | 2016-09-26 | 1 | -6/+5 | |
| | | | | | | | | * Simplify OpenSSL bits in travis * more simplify * missed one | |||||
* | upgrade our pypy5 to the latest version in CI (#3171) | Paul Kehrer | 2016-09-26 | 1 | -2/+2 | |
| | ||||||
* | test against 1.1.0a instead of 1.1.0 (#3170) | Paul Kehrer | 2016-09-26 | 1 | -1/+1 | |
| | | | | | | * test against 1.1.0a instead of 1.1.0 * change the dir to foil travis caching | |||||
* | Travis mac updates (#3169) | Paul Kehrer | 2016-09-24 | 1 | -11/+16 | |
| | | | | | | | | | | | | * update our travis configs to run against 10.10, 10.11, 10.12 Drops 10.9 from Travis. The xcode8 image is also currently not 10.12, but is planned to become that soon see: https://blog.travis-ci.com/2016-09-15-new-default-osx-image-coming/ * add output of sw_vers for mac builders on travis * reorder | |||||
* | OpenSSL 1.1.0 support (#2826) | Paul Kehrer | 2016-08-26 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make pre5 work * add a blank line to make the diff happier * 1.1.0-pre6 working * support the changes since 1.1.0-pre6 * fixes * add 1.1.0 to travis * expose the symbol * better testing for numericstring * handle libre... * actually use the 1.1.0 we compile * cache the ossl-110 dir on travis * add some newlines * changelog entry for 1.1.0 support * note that we test on 1.1.0 * proper skip on this test * reorder | |||||
* | There is no 0.9.8, only Zuul (#3094) | Alex Gaynor | 2016-08-17 | 1 | -1/+0 | |
| | ||||||
* | Drop OpenSSL 0.9.8 (#2978) | Alex Gaynor | 2016-06-18 | 1 | -12/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Drop OpenSSL 0.9.8 * Drop this test, it's not relevant any longer * unused import * Remove CRYPTOGRAPHY_ALLOW_OPENSSL_098=1 from our tox * removed unused code for Cryptography_HAS_PKEY_CTX * return unused code for _AESCTRCipherContext * syntax :-( * remove some unused tests and skips * remove unused code for Cryptography_HAS_PBKDF2_HMAC * Revert "return unused code for _AESCTRCipherContext" This reverts commit 7d149729205aa4c9735eb322414b167a75b302df. * Remove unused RSA code * Remove unused test code for conditional bindings * Remove unused dsa code * unused import * Remove unused x509 extension code * Remove unused EC code * Attempt to remove unused DER key loading code * document this * grammar * Added back this paragraph * Update docs | |||||
* | Test with both old pypy and new pypy (#2875) | Alex Gaynor | 2016-04-22 | 1 | -3/+7 | |
| | | | | | | | | | | | | * Test with both old pypy and new pypy * use an old as heck pypy * revert * dont try to coverage pypy2.6.1 * ALL THE PYPYS | |||||
* | Remove Python 2.6 on OS X from the Travis build matrix | Paul Kehrer | 2016-03-02 | 1 | -8/+0 | |
| | | | | | | | | | Build times on these jobs have somehow crept up to nearly (and occasionally surpassing) the Travis timeout (50 minutes). Additionally, a look at the PyPI bigquery data indicates that 2.6 represents approximately 0.4% of OS X downloads. Since this CI overhead is causing the project significant pain for almost no gain, it's time to eliminate it. | |||||
* | add a pypy-nocoverage target and use that on OS X | Paul Kehrer | 2016-01-03 | 1 | -1/+1 | |
| | ||||||
* | add a py27 for 1.0.0 as well | Paul Kehrer | 2016-01-03 | 1 | -0/+2 | |
| | ||||||
* | run a 1.0.0 test in travis as well | Paul Kehrer | 2016-01-03 | 1 | -0/+3 | |
| | ||||||
* | Remove lucid hack, this should our custom OpenSSL compilation | Alex Gaynor | 2016-01-03 | 1 | -6/+0 | |
| | ||||||
* | update osx_image values based on travis supported versions | Paul Kehrer | 2016-01-02 | 1 | -10/+13 | |
| | | | | https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions | |||||
* | rename 098 directory in CI to 098l | Paul Kehrer | 2016-01-02 | 1 | -1/+1 | |
| | ||||||
* | 0.9.8 experiment for travis | Paul Kehrer | 2015-12-23 | 1 | -30/+1 | |
| | ||||||
* | remove all mac 0.9.8 tests | Paul Kehrer | 2015-12-23 | 1 | -13/+1 | |
| | | | | | | This will probably slow down the test infrastructure as we're running far more CommonCrypto tests than before. We should figure out what to do there before merging this. | |||||
* | remove py3 mac 0.9.8 jobs from travis | Paul Kehrer | 2015-10-08 | 1 | -12/+0 | |
| | | | | | | | pyenv now compiles against homebrew and this makes it difficult to link against the system openssl. You should be using homebrew or macports to get a recent OpenSSL anyway (and we continue to test it against system Python for now) | |||||
* | move them above docs job | Paul Kehrer | 2015-09-24 | 1 | -4/+4 | |
| | ||||||
* | add some el capitan to our travis build matrix | Paul Kehrer | 2015-09-24 | 1 | -0/+8 | |
| | ||||||
* | let's add python 3.5 to our test matrix | Paul Kehrer | 2015-09-15 | 1 | -0/+18 | |
| | ||||||
* | upgrade os x travis jobs to use latest image | Paul Kehrer | 2015-09-10 | 1 | -12/+12 | |
| | ||||||
* | rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGS | Paul Kehrer | 2015-08-31 | 1 | -6/+6 | |
| | ||||||
* | move dynamic build and add an env to make it obvious it's dynamic | Paul Kehrer | 2015-08-29 | 1 | -4/+4 | |
| | ||||||
* | update travis to static link homebrew openssl (plus one dynamic job) | Paul Kehrer | 2015-08-29 | 1 | -5/+9 | |
| | ||||||
* | use python34 for py3pep8. no sense advertising an out of date python | Alex Gaynor | 2015-08-08 | 1 | -1/+1 | |
| | ||||||
* | Don't try to upload coverage on builds which don't produce coverage | Alex Gaynor | 2015-07-12 | 1 | -1/+1 | |
| | ||||||
* | Fix is now formally available | Steve Peak | 2015-06-29 | 1 | -1/+1 | |
| | ||||||
* | Testing codecov/support#43 | Steve Peak | 2015-06-29 | 1 | -1/+1 | |
| | ||||||
* | Switch to codecov.io from coveralls | Corey Farwell | 2015-06-29 | 1 | -1/+1 | |
| | ||||||
* | remove pypy3 from testing until a cffi 1.0 version is available | Paul Kehrer | 2015-06-07 | 1 | -8/+0 | |
| | ||||||
* | Use xcode 6.3, so tests will pass | Alex Gaynor | 2015-05-18 | 1 | -13/+13 | |
| | ||||||
* | set osx_image on all the os x builds, instead of global | Alex Gaynor | 2015-05-14 | 1 | -1/+13 | |
| | ||||||
* | Opt in to travis's new OS X infrastructure which should be faster | Alex Gaynor | 2015-05-02 | 1 | -0/+4 | |
| | ||||||
* | Adde back the Build Time Trends webhook to collect stats on how long our ↵ | Alex Gaynor | 2015-05-02 | 1 | -0/+2 | |
| | | | | builds take | |||||
* | Drop support for Python 3.2 | Paul Kehrer | 2015-04-18 | 1 | -16/+0 | |
| | ||||||
* | oh right we need pypy too | Paul Kehrer | 2015-04-13 | 1 | -0/+10 | |
| | ||||||
* | try out some new beta docker travis features | Paul Kehrer | 2015-04-13 | 1 | -54/+112 | |
| | ||||||
* | add a webhook for buildtimetrend.herokuapp.com to check it out | Paul Kehrer | 2015-02-23 | 1 | -0/+2 | |
| | ||||||
* | add a comment explaining why we're excluding pypy3 on linux | Paul Kehrer | 2014-12-23 | 1 | -0/+1 | |
| | ||||||
* | also exclude 0.9.8 pypy3 on linux for now | Paul Kehrer | 2014-12-23 | 1 | -0/+2 | |
| | ||||||
* | add pypy3 to build matrix | Paul Kehrer | 2014-12-23 | 1 | -0/+4 | |
| | | | | excluding on linux until the ubuntu ppa has it | |||||
* | Change the envvar for tox env to the officla tox one | Alex Gaynor | 2014-12-05 | 1 | -20/+20 | |
| | ||||||
* | Move to being a part of the pep8 job | Alex Gaynor | 2014-05-17 | 1 | -7/+0 | |
| | ||||||
* | Remove duplicate jobs | Alex Gaynor | 2014-05-17 | 1 | -0/+7 | |
| | ||||||
* | Testing for doc8 | Alex Gaynor | 2014-05-17 | 1 | -0/+1 | |
| |