aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Test with both old pypy and new pypy (#2875)Alex Gaynor2016-04-221-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 matrixPaul Kehrer2016-03-021-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 XPaul Kehrer2016-01-031-1/+1
|
* add a py27 for 1.0.0 as wellPaul Kehrer2016-01-031-0/+2
|
* run a 1.0.0 test in travis as wellPaul Kehrer2016-01-031-0/+3
|
* Remove lucid hack, this should our custom OpenSSL compilationAlex Gaynor2016-01-031-6/+0
|
* update osx_image values based on travis supported versionsPaul Kehrer2016-01-021-10/+13
| | | | https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
* rename 098 directory in CI to 098lPaul Kehrer2016-01-021-1/+1
|
* 0.9.8 experiment for travisPaul Kehrer2015-12-231-30/+1
|
* remove all mac 0.9.8 testsPaul Kehrer2015-12-231-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 travisPaul Kehrer2015-10-081-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 jobPaul Kehrer2015-09-241-4/+4
|
* add some el capitan to our travis build matrixPaul Kehrer2015-09-241-0/+8
|
* let's add python 3.5 to our test matrixPaul Kehrer2015-09-151-0/+18
|
* upgrade os x travis jobs to use latest imagePaul Kehrer2015-09-101-12/+12
|
* rename env var to CRYPTOGRAPHY_OSX_NO_LINK_FLAGSPaul Kehrer2015-08-311-6/+6
|
* move dynamic build and add an env to make it obvious it's dynamicPaul Kehrer2015-08-291-4/+4
|
* update travis to static link homebrew openssl (plus one dynamic job)Paul Kehrer2015-08-291-5/+9
|
* use python34 for py3pep8. no sense advertising an out of date pythonAlex Gaynor2015-08-081-1/+1
|
* Don't try to upload coverage on builds which don't produce coverageAlex Gaynor2015-07-121-1/+1
|
* Fix is now formally availableSteve Peak2015-06-291-1/+1
|
* Testing codecov/support#43Steve Peak2015-06-291-1/+1
|
* Switch to codecov.io from coverallsCorey Farwell2015-06-291-1/+1
|
* remove pypy3 from testing until a cffi 1.0 version is availablePaul Kehrer2015-06-071-8/+0
|
* Use xcode 6.3, so tests will passAlex Gaynor2015-05-181-13/+13
|
* set osx_image on all the os x builds, instead of globalAlex Gaynor2015-05-141-1/+13
|
* Opt in to travis's new OS X infrastructure which should be fasterAlex Gaynor2015-05-021-0/+4
|
* Adde back the Build Time Trends webhook to collect stats on how long our ↵Alex Gaynor2015-05-021-0/+2
| | | | builds take
* Drop support for Python 3.2Paul Kehrer2015-04-181-16/+0
|
* oh right we need pypy tooPaul Kehrer2015-04-131-0/+10
|
* try out some new beta docker travis featuresPaul Kehrer2015-04-131-54/+112
|
* add a webhook for buildtimetrend.herokuapp.com to check it outPaul Kehrer2015-02-231-0/+2
|
* add a comment explaining why we're excluding pypy3 on linuxPaul Kehrer2014-12-231-0/+1
|
* also exclude 0.9.8 pypy3 on linux for nowPaul Kehrer2014-12-231-0/+2
|
* add pypy3 to build matrixPaul Kehrer2014-12-231-0/+4
| | | | excluding on linux until the ubuntu ppa has it
* Change the envvar for tox env to the officla tox oneAlex Gaynor2014-12-051-20/+20
|
* Move to being a part of the pep8 jobAlex Gaynor2014-05-171-7/+0
|
* Remove duplicate jobsAlex Gaynor2014-05-171-0/+7
|
* Testing for doc8Alex Gaynor2014-05-171-0/+1
|
* Removed out of date commentAlex Gaynor2014-05-021-3/+0
|
* Try running the OS X builds first and see if it's fasterAlex Gaynor2014-04-161-1/+1
|
* remove some commented out codePaul Kehrer2014-04-141-5/+0
|
* update travis config to be more concisePaul Kehrer2014-04-141-46/+3
|
* add python 3.4 to osx and linux buildersPaul Kehrer2014-03-171-0/+8
|
* Run the doc tests under OS XAlex Gaynor2014-02-041-3/+0
|
* Refer to the `d` param of RSA as `private_exponent`.Alex Gaynor2014-02-031-4/+3
|
* remove unneeded openssl bottlePaul Kehrer2014-01-101-1/+1
|
* move script to separate file for readabilityPaul Kehrer2014-01-101-1/+1
|
* add brewed openssl to travis osxPaul Kehrer2014-01-091-16/+1
|
* temporary workaround for travis-ci bugPaul Kehrer2014-01-091-13/+19
| | | | bug: https://github.com/travis-ci/travis-ci/issues/1844