summaryrefslogtreecommitdiff
path: root/_travis
Commit message (Collapse)AuthorAgeFilesLines
* ;;Seth M. Larson2018-01-101-0/+1
|
* Add pyenv install for Python 3.7 on macOSSeth M. Larson2018-01-101-0/+3
|
* Use pyenv to install all versions of Python for macOS; update Python3 versionshaikuginger-fix-travis-macos-2.7Jesse Shapiro2017-12-111-8/+8
|
* Move app engine tests over to pytestJon Wayne Parrott2017-06-071-1/+1
|
* Fix download pathfix-gaeJon Wayne Parrott2017-05-281-1/+1
|
* Remove erroneous check, the gcp-devrel script handles in-place upgradesJon Wayne Parrott2017-05-281-1/+1
|
* Fix GAE buildJon Wayne Parrott2017-05-282-109/+2
| | | | | * Use gcp-devrel's script for fetching the app engine sdk instead of our own. * Update the version of NoseGAE.
* Statically link OpenSSL and cryptography.Cory Benfield2017-02-121-2/+4
| | | | | | | | | | | | | | | | This is necessary to avoid a mess due to distutils trying to replicate the compliation environment of the original Python. distutils loses track of what it's trying to do and so compiles using the header files from OpenSSL 1.1 but then links against OpenSSL 1.0, gets all in a tizzy, and throws its hands up in the air and quits in a huff. This avoids that by instead statically linking. It avoids getting the Python linker flags passed through and instead just finds the archive files directly. As an added benefit this is much more representative of how the cryptography wheels are distributed, which means that we can handily avoid testing in unrepresentative environments. Good work team!
* Stop auto-linking against OpenSSL.Cory Benfield2017-02-121-6/+0
| | | | | pyenv on Mac does this for us automatically, so we don't actually need to maintain this patch. So let's just not bother.
* Add Python 3.6 support.Cory Benfield2016-12-231-0/+4
|
* Test with OpenSSL 1.1 on Mac.Cory Benfield2016-10-272-3/+8
|
* Seems like version mismatch is the issue.Cory Benfield2016-10-202-1/+9
|
* I wonder if we're missing this.Cory Benfield2016-10-201-1/+1
|
* Try using codecovCory Benfield2016-10-201-1/+1
|
* We don't want a sad @haikugingerCory Benfield2016-10-201-1/+1
|
* Keep using the good OpenSSLCory Benfield2016-10-201-0/+4
|
* Use the good OpenSSL.Cory Benfield2016-10-201-0/+2
|
* Gotta use the pyenv everywhere.Cory Benfield2016-10-201-0/+13
|
* Seems like Python 2.6 doesn't like -m pipCory Benfield2016-10-201-4/+4
|
* Add support for OS X.Cory Benfield2016-10-201-0/+55
| | | | This is based on the work done for PyCA cryptography.
* Merge branch 'close' of https://github.com/scop/urllib3 into scop-closeCory Benfield2016-09-051-2/+2
|\
| * Use "with" to close more files eagerly and also on errorVille Skyttä2016-07-261-2/+2
| |
* | Use Travis supplied PyPy 5.3John Vandenberg2016-07-293-33/+7
|/ | | | | | | Replaces custom PyPy 4.0.1 build with Travis supplied PyPy 5.3, removing the need for two bash Travis specific scripts. Improve fetch_gae_sdk.py to simplify the invocation in .travis.yml
* Update to new PyPy on Travis.Cory Benfield2016-02-222-0/+23
|
* Pin tox for travisIan Cordasco2015-11-191-1/+1
|
* Sync fetch_gae_sdk.py with oauth2clientJohn Vandenberg2015-10-211-10/+12
|
* Fixing appengine testsJon Wayne Parrott2015-08-212-0/+109