summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix caching (#489)Alex Gaynor2016-06-041-2/+1
| | | | - Remove unused 0.9.8 dir - reenable normal pip caching
* remove attempts to test against openssl 0.9.8 (#484)Alex Gaynor2016-06-041-30/+2
| | | | | | * remove attempts to test against openssl 0.9.8 * remove some untested branches
* Fix cryptography minimum versionHynek Schlawack2016-03-161-7/+7
|
* BumpAlex Gaynor2016-03-161-6/+6
|
* Use PyPy 5.0.0Hynek Schlawack2016-03-161-2/+2
|
* Smoke test for urllib3.Cory Benfield2016-03-141-1/+3
|
* Pluck more unrelated bits from #422Hynek Schlawack2016-03-131-2/+3
|
* Fix set_cipher_list on modern OpenSSLHynek Schlawack2016-03-111-8/+0
| | | | Also port forward a few changes from #422.
* these are no longer allowed to failPaul Kehrer2016-02-031-3/+0
|
* use pypy4 in travis CIPaul Kehrer2016-02-021-0/+15
|
* Rename legacy to 1.1Hynek Schlawack2016-01-311-7/+7
|
* PyPy is still very broken on TravisHynek Schlawack2016-01-311-0/+1
|
* Make pyOpenSSL future-proofHynek Schlawack2016-01-311-0/+15
| | | | Notably stop breaking cryptography 1.3.
* Fix tox env nameHynek Schlawack2015-10-211-1/+1
|
* Add a twisted target to CIHynek Schlawack2015-10-211-0/+5
| | | | | Twisted is our most important downstream user. In order to avoid another regression release like 0.15.1, we add it to our CI
* Fix codecovHynek Schlawack2015-10-201-3/+0
|
* Don't allow 0.9.8 to fail anymoreCory Benfield2015-10-161-1/+0
|
* Let's use --openssl-dir because YOLOCory Benfield2015-10-161-1/+1
|
* Add Python 3.5Hynek Schlawack2015-09-221-0/+5
|
* flake8 may not failAlex Gaynor2015-09-061-1/+0
|
* Don't try to upload coverage from coverage-less jobsHynek Schlawack2015-09-051-1/+1
| | | | We're getting a lot of emails from codecov. This should stop it.
* download, compile, and use a local 0.9.8 in travis when requiredPaul Kehrer2015-09-011-8/+24
|
* Allow pypy to fail for nowHynek Schlawack2015-08-171-5/+8
|
* Merge pull request #289 from pyca/alex-patch-2Hynek Schlawack2015-07-031-0/+5
|\ | | | | Enabling caching of pip downloads and wheels
| * Enabling caching of pip downloads and wheelsAlex Gaynor2015-07-031-0/+5
| | | | | | Makes stuff more vroom vroom on travis
* | Let's try thisHynek Schlawack2015-07-031-1/+1
| |
* | Take the cryptography routeHynek Schlawack2015-07-031-2/+2
| |
* | Add coverage to pip installHynek Schlawack2015-07-031-1/+1
|/ | | | Codecov needs it.
* @alex was rightHynek Schlawack2015-07-031-4/+1
|
* Use the correct pipHynek Schlawack2015-07-031-1/+1
|
* Move to codecov, rejigger badgesHynek Schlawack2015-07-031-3/+6
|
* You know what should take longer? travis buildsLaurens Van Houtven2015-05-261-0/+3
|
* pyroma should not be allowed to failLaurens Van Houtven2015-05-181-1/+0
|
* pyflakes -> flake8Laurens Van Houtven2015-05-181-2/+2
|
* Oops, forgot to add pyroma to travis.ymlLaurens Van Houtven2015-05-151-0/+3
| | | | Thanks @hynek!
* Whitespace cleanupLaurens Van Houtven2015-05-141-4/+1
|
* Separate lint envsLaurens Van Houtven2015-05-141-3/+7
|
* Merge remote-tracking branch 'origin/master' into test-metadataLaurens Van Houtven2015-05-141-3/+10
|\
| * Merge pull request #263 from hynek/osx-homebrew-own-binaryPaul Kehrer2015-05-141-0/+1
| |\ | | | | | | Ensure OpenSSL CLI matches lib on homebrew
| | * Let's not be too extremeHynek Schlawack2015-05-141-1/+1
| | |
| | * Ensure OpenSSL CLI matches lib on homebrewHynek Schlawack2015-05-141-0/+1
| | |
| * | fix env syntaxHynek Schlawack2015-05-141-9/+3
| | |
| * | Add OS X's system OpenSSL to matrixHynek Schlawack2015-05-141-3/+12
| |/
| * Set LC_ALL to UTF-8Hynek Schlawack2015-05-141-0/+3
| |
* | Allow lint failure on travisLaurens Van Houtven2015-05-131-0/+4
|/
* fix final merge of .travis.ymlJim Shaver2015-05-051-8/+0
|
* Merge branch 'deprecate32' of github.com:elitest/pyopenssl into deprecate32Jim Shaver2015-05-051-0/+8
|\ | | | | | | | | | | | | Conflicts: .travis.yml setup.py tox.ini
| * removed support for Python 3.2Jim Shaver2015-05-031-6/+0
| |
* | removed support for Python 3.2Jim Shaver2015-05-051-5/+0
| |
* | Fix MANIFEST.inHynek Schlawack2015-05-051-0/+8
| | | | | | | | Also add check-manifest to CI.