aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* use pypy 2.5 on our os x buildersPaul Kehrer2015-02-171-2/+2
|
* add pypy3 to build matrixPaul Kehrer2014-12-231-0/+5
| | | | excluding on linux until the ubuntu ppa has it
* Removed bogus, unused section from travis install scriptAlex Gaynor2014-12-171-3/+0
| | | | We don't run py3pep8 checks on OS X, and if we did, this code was nonsense since OS X doesn't have apt-get
* Change the envvar for tox env to the officla tox oneAlex Gaynor2014-12-051-3/+3
|
* Possible logic error.Terry Chia2014-10-301-1/+1
|
* I fail at indentation.Terry Chia2014-10-291-56/+56
|
* Make indentation use space instead of tabs.Terry Chia2014-10-281-60/+60
|
* Fix indent.Terry Chia2014-10-281-1/+1
|
* Add -y flags.Terry Chia2014-10-281-5/+5
|
* Sooo much typos.Terry Chia2014-10-281-1/+1
|
* I hate bash.Terry Chia2014-10-281-0/+1
|
* Add missing fi.Terry Chia2014-10-281-0/+2
|