aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/run.sh
Commit message (Collapse)AuthorAgeFilesLines
* test against 1.1.0a instead of 1.1.0 (#3170)Paul Kehrer2016-09-261-1/+1
| | | | | | * test against 1.1.0a instead of 1.1.0 * change the dir to foil travis caching
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Removed some code that existed for OpenSSL 0.9.8 (#2983)Alex Gaynor2016-06-181-3/+1
| | | Refs #2982
* run a 1.0.0 test in travis as wellPaul Kehrer2016-01-031-0/+2
|
* Backticks are apparently legacy.Alex Gaynor2016-01-031-1/+1
| | | | I just do what shellcheck tells me
* Quote a few things that shellcheck suggestsAlex Gaynor2016-01-031-1/+1
|
* Merge pull request #2629 from reaperhulk/travis-refactorAlex Gaynor2016-01-031-4/+8
|\ | | | | refactor travis custom openssl code to work with other versions
| * use -n instead of ! -zPaul Kehrer2016-01-031-1/+1
| |
| * refactor travis custom openssl code to work with other versionsPaul Kehrer2016-01-031-4/+8
| |
* | don't test CC on a dynamic link build on OS X travisPaul Kehrer2016-01-021-0/+3
|/
* rename 098 directory in CI to 098lPaul Kehrer2016-01-021-4/+4
|
* 0.9.8 experiment for travisPaul Kehrer2015-12-231-0/+6
|
* remove all mac 0.9.8 testsPaul Kehrer2015-12-231-15/+7
| | | | | | 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.
* switch to directly grabbing pyenv rather than using homebrew on macPaul Kehrer2015-11-011-0/+4
|
* pypy 2.6.1 has a bug where it can segfault during vector installPaul Kehrer2015-09-181-1/+0
| | | | | This PR changes our tests to run against the latest nightly for now. We should change it back when pypy 2.7 is out.
* Merge branch 'master' into static-linking-osxPaul Kehrer2015-09-041-1/+1
|\
| * fixAlex Gaynor2015-09-011-1/+1
| |
* | rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGSPaul Kehrer2015-08-311-1/+1
| |
* | pypy doesn't name that shared object quite the samePaul Kehrer2015-08-291-1/+1
| |
* | add some otool output to the OS X buildsPaul Kehrer2015-08-291-0/+4
| |
* | update travis to static link homebrew openssl (plus one dynamic job)Paul Kehrer2015-08-291-1/+6
|/
* install pypy 2.6.0 in container infraPaul Kehrer2015-06-071-0/+7
|
* Change the envvar for tox env to the officla tox oneAlex Gaynor2014-12-051-1/+1
|
* we shouldn't need the unused arguments flags any more.Paul Kehrer2014-10-151-5/+2
|
* clang clang clang goes the CIPaul Kehrer2014-04-161-2/+5
|
* move some dashes around :)Paul Kehrer2014-01-201-2/+2
|
* experiment to disable duplicate cc test runs on osx and speed up travisPaul Kehrer2014-01-201-1/+6
|
* check if openssl is installed via homebrew on osx. install if notPaul Kehrer2014-01-121-2/+1
|
* remove unneeded openssl bottlePaul Kehrer2014-01-101-0/+2
|
* move script to separate file for readabilityPaul Kehrer2014-01-101-0/+15