aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* test against 1.1.0a instead of 1.1.0 (#3170)Paul Kehrer2016-09-261-2/+2
| | | | | | * test against 1.1.0a instead of 1.1.0 * change the dir to foil travis caching
* Travis mac updates (#3169)Paul Kehrer2016-09-241-0/+1
| | | | | | | | | | | | * 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
* Update Python 3s & limit pyenv history cloned (#3145)Hynek Schlawack2016-09-121-5/+5
|
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Attempt to debug wacky failures on the docs build on OS X (#3085)Alex Gaynor2016-08-091-0/+1
| | | | | | | | | | | | | | | | * empty commit * only run this one build * try pinning this * why wasn't this installed? * revert this * english, how does it work? * roll back these changes
* Removed some code that existed for OpenSSL 0.9.8 (#2983)Alex Gaynor2016-06-181-8/+2
| | | Refs #2982
* Random cleanup that shellcheck indicated (#2926)Alex Gaynor2016-05-291-4/+4
|
* Test with both old pypy and new pypy (#2875)Alex Gaynor2016-04-221-4/+4
| | | | | | | | | | | | * 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
* how does grammar!Alex Gaynor2016-03-051-1/+1
|
* Several updates to the travis install script:Alex Gaynor2016-03-051-12/+10
| | | | | | * Remove unused py26 on OSX support * Updated the accuracy of a comment * Word-wrapped some other comments
* install me a pypy plzPaul Kehrer2016-01-031-1/+1
|
* install the right pypy for pypy-nocov as wellPaul Kehrer2016-01-031-1/+1
|
* run a 1.0.0 test in travis as wellPaul Kehrer2016-01-031-0/+3
|
* more review commentsPaul Kehrer2016-01-031-3/+4
|
* match a bit more robustlyPaul Kehrer2016-01-031-3/+3
|
* sed the openssl makefile to change the shlib versionPaul Kehrer2016-01-031-0/+4
| | | | | | | | | | | | | | We do this to prevent a version collision between the custom one we're installing and whatever the system has. OpenSSL 1.0.0 through 1.0.2 all declare an SHLIB version of 1.0.0, so if Python has been linked against 1.0.1 and cryptography against 1.0.0, but then you try to load Python it will consider either 1.0.1 or 1.0.0 to satisfy the library version. This is, of course, nonsense since 1.0.1 has substantially more symbols than 1.0.0. The result is that if you do a LD_LIBRARY_PATH that points at the "real" 1.0.0 then Python will fail to load because there are missing symbols. We can avoid this entire nonsense by changing the major version. The dynamic linker will happily load both versions and nothing will kerplode.
* Quote a few things that shellcheck suggestsAlex Gaynor2016-01-031-1/+1
|
* use -n instead of ! -zPaul Kehrer2016-01-031-1/+1
|
* refactor travis custom openssl code to work with other versionsPaul Kehrer2016-01-031-20/+16
|
* be less verbose when untarringPaul Kehrer2016-01-021-1/+1
|
* rename 098 directory in CI to 098lPaul Kehrer2016-01-021-6/+6
|
* make this 0.9.8l and cryPaul Kehrer2015-12-271-5/+8
|
* tree isn't availablePaul Kehrer2015-12-231-1/+0
|
* 0.9.8 experiment for travisPaul Kehrer2015-12-231-0/+20
|
* remove all mac 0.9.8 testsPaul Kehrer2015-12-231-3/+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.
* Use the latest Python 3.4 releaseAlex Gaynor2015-12-221-2/+2
|
* fixAlex Gaynor2015-12-191-1/+1
|
* Use the latest 3.5 releaseAlex Gaynor2015-12-191-1/+1
|
* bump to pypy 4.0.1Alex Gaynor2015-12-061-4/+4
|
* use pypy4 on macPaul Kehrer2015-11-011-2/+2
|
* switch to directly grabbing pyenv rather than using homebrew on macPaul Kehrer2015-11-011-5/+5
|
* pypy 4.0.0Alex Gaynor2015-10-291-2/+2
|
* pypy 2.6.1 has a bug where it can segfault during vector installPaul Kehrer2015-09-181-5/+6
| | | | | This PR changes our tests to run against the latest nightly for now. We should change it back when pypy 2.7 is out.
* let's add python 3.5 to our test matrixPaul Kehrer2015-09-151-0/+4
|
* install/upgrade pyenv in os x buildersPaul Kehrer2015-09-101-4/+2
|
* Don't use shell redirectionAlex Gaynor2015-09-091-1/+1
|
* upgrade to pypy 2.6.1Alex Gaynor2015-09-011-4/+4
|
* Switch to codecov.io from coverallsCorey Farwell2015-06-291-1/+1
|
* install pypy 2.6.0 in container infraPaul Kehrer2015-06-071-0/+9
|
* Test with PyPy 2.6.0Alex Gaynor2015-06-071-2/+2
|
* Don't try to upgrade brew packages if they are at the latest versionAlex Gaynor2015-05-181-5/+5
|
* Merge branch 'master' into macstadium-travisAlex Gaynor2015-05-181-1/+1
|\
| * Retry brew update if it failsAlex Gaynor2015-05-181-1/+1
| |
* | Try to use python -m, not clear why it's neededAlex Gaynor2015-05-151-1/+1
|/
* remove python 3.2 from every other place I could findPaul Kehrer2015-04-181-5/+0
|
* try out some new beta docker travis featuresPaul Kehrer2015-04-131-47/+6
|
* Retry a third time on apt-get update failures.Alex Gaynor2015-03-291-1/+1
|
* Retry apt-get update on failure -- rabbitmq's servers are failing a bunchAlex Gaynor2015-03-281-1/+2
|
* Use PyPy 2.5.1 on Travis OS XAlex Gaynor2015-03-271-2/+2
|
* Simplified the travis install scriptAlex Gaynor2015-02-221-6/+1
|