summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |\
| | * 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
|\
| * 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
* | OS X is not masterHynek Schlawack2015-05-041-1/+2
* | Fix CI tests against cryptography masterHynek Schlawack2015-05-041-22/+13
|/
* attemptHynek Schlawack2015-04-151-4/+7
* Add TOXENV to 0.9.8 tooHynek Schlawack2015-04-151-1/+1
* how does one even do multiple env varsHynek Schlawack2015-04-151-12/+6
* Fix YAMLHynek Schlawack2015-04-151-12/+12
* Add TOXENV to failure buildsHynek Schlawack2015-04-151-0/+6
* Use tox in TravisHynek Schlawack2015-04-151-12/+3
* send to coveralls whether or not the build succeedsPaul Kehrer2015-04-131-1/+1
* review fixesPaul Kehrer2015-04-131-38/+17
* travis docker support + osx support ~~madness~~Paul Kehrer2015-04-131-36/+79
* Tell travis to run tests on Python 3.4Jean-Paul Calderone2014-05-011-0/+4
* Change the version reporter to work on Python 3.Jean-Paul Calderone2014-04-171-1/+1
* Try reporting the version of OpenSSL that was used at the end of each build.Jean-Paul Calderone2014-04-171-0/+2
* Try explicitly installing the Python dependencies since "setup.py test" does ...Jean-Paul Calderone2014-04-171-0/+2
* That seemed to work but not all of the tests are passing on 0.9.8 so until th...Jean-Paul Calderone2014-04-171-0/+2
* take a stab at running tests against openssl 0.9.8 as wellJean-Paul Calderone2014-04-171-9/+31
* Make the travis configuration read linearly.Jean-Paul Calderone2014-04-161-3/+6
* where is my emacs yaml modeJean-Paul Calderone2014-04-141-1/+1
* Also stick a quick summary at the end of every buildJean-Paul Calderone2014-04-141-0/+1
* Maybe some more travis intergraterations for stuffJean-Paul Calderone2014-04-141-1/+5
* coveralls the thing;Jean-Paul Calderone2014-04-141-0/+3
* test all versions of python with master cryptographyPaul Kehrer2014-03-131-0/+8
* only one thing is allowed to failPaul Kehrer2014-03-131-2/+1
* test against the cryptography masterPaul Kehrer2014-03-131-0/+11
* add a wheel install step and make the script build the wheel so this function...Jean-Paul Calderone2014-03-081-1/+8
* "setup.py test" will install dependencies and unittest2 is no longer necessaryJean-Paul Calderone2014-01-111-4/+0
* Try using setuptools to help run the tests.Jean-Paul Calderone2014-01-111-1/+1
* That seemed to work. Presumably not on Python 3 though, let's see...Jean-Paul Calderone2014-01-111-0/+2
* Nope! How about this?Jean-Paul Calderone2014-01-111-1/+1
* Perhaps this usage is Python 2.6 compatibleJean-Paul Calderone2014-01-111-1/+1
* Prior results suggest these should work, at least. Also be verbose about ins...Jean-Paul Calderone2014-01-111-4/+5