summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2016-12-23Fixed #3334 -- added Python 3.6 support (#3335)Alex Gaynor
2016-11-30Add minversion to tox.ini (#3292)Christian Heimes
2016-11-22Error out on OpenSSL 1.0.0 by default (#3276)Alex Gaynor
2016-11-13Fix the docs-linkcheck tox target (#3239)Paul Kehrer
2016-11-06tox 2.4 has new syntax for specifying extras (#3212)Chris Wolfe
2016-06-18Drop OpenSSL 0.9.8 (#2978)Alex Gaynor
2016-05-29pip is prejudiced against dashes and underscores (#2922)Paul Kehrer
2016-03-19Merge pull request #2840 from alex/error-on-098Paul Kehrer
2016-03-19Instead of running a python -c, use pytest_report_header to indicate OpenSSL ...Alex Gaynor
2016-03-19Get CI working againAlex Gaynor
2016-01-18Merge pull request #2676 from alex/docs-pep8-dedupePaul Kehrer
2016-01-17Delete two out of date commentsAlex Gaynor
2016-01-17Centralize declaration of docs and pep8 deps in setup.pyAlex Gaynor
2016-01-17Attempt to further reduce dependecy duplicationAlex Gaynor
2016-01-14Revert sphinx pinAlex Gaynor
2016-01-04Merge pull request #2638 from reaperhulk/travis-pypyAlex Gaynor
2016-01-04readme has been renamed to readme_rendererPaul Kehrer
2016-01-03add missing basepythonPaul Kehrer
2016-01-03add a pypy-nocoverage target and use that on OS XPaul Kehrer
2016-01-03Drop pypy3, we don't run it in CI, and we won't run it again until these issu...Alex Gaynor
2016-01-03Attempt to enable coverage on pypyAlex Gaynor
2015-12-11Revert "pin pytest to disallow 2.8.4 which breaks tests"Paul Kehrer
2015-12-07pin pytest to disallow 2.8.4 which breaks testsAlex Gaynor
2015-11-30pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2Paul Kehrer
2015-10-27switch to using pyasn1_modules for the testPaul Kehrer
2015-10-20encode countryName with PrintableStringPaul Kehrer
2015-10-07unpin pytest now that 2.8.2 is releasedPaul Kehrer
2015-10-02hypothesis-pytest is no longer a required packagePaul Kehrer
2015-09-27Pin version of hypothesis above 1.11.4.Terry Chia
2015-09-26Add plumbing for hypothesis.Terry Chia
2015-09-19Pin pytest to <2.8, there's a bug with deprecation warningsAlex Gaynor
2015-09-15Merge branch 'master' into py35-and-pypyPaul Kehrer
2015-09-15workaround for pytest 2.7.3's expectation of USERNAME on windowsPaul Kehrer
2015-09-15let's add python 3.5 to our test matrixPaul Kehrer
2015-08-16Make py3pep8 tox target use a general python3.Terry Chia
2015-08-08use python34 for py3pep8. no sense advertising an out of date pythonAlex Gaynor
2015-06-21Speed up flake8 by skipping two irrelevant directoriesAlex Gaynor
2015-06-06list package versions in tox env for easier debuggingPaul Kehrer
2015-05-26print the version of openssl loaded by cryptography in toxPaul Kehrer
2015-05-12pass through the env vars we need in tox for alternate OpenSSL buildsPaul Kehrer
2015-04-18remove python 3.2 from every other place I could findPaul Kehrer
2015-02-12Use readme to ensure the long description renders on PyPIDonald Stufft
2014-12-23don't do coverage under pypy3Paul Kehrer
2014-12-14Move config in pytest.ini to tox.ini.Terry Chia
2014-12-08Merge pull request #1502 from reaperhulk/fix-1285Alex Gaynor
2014-11-27add pyasn1 as a dependencyPaul Kehrer
2014-11-24add a tox target to randomize testsPaul Kehrer
2014-11-13Use coverage parallel mode and coverage combine to fix pathsDonald Stufft
2014-09-29re-add line I accidentally removed by hitting dd one too many timesPaul Kehrer
2014-09-29add an ignore path for doc8 + fix a long line causing failuresPaul Kehrer