summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2018-12-06remove idna as a primary dependency (#4624)Paul Kehrer
2018-12-02switch to twine check for verifying our readme renders on pypi (#4623)Paul Kehrer
2018-10-29Simplify build matrix (#4543)Paul Kehrer
2018-10-24ignore new W504 from flake8/pycodestyle (#4521)Paul Kehrer
2018-09-14Move linkcheck tox env to use setup.py to get docs dependencies (#4473)Alex Gaynor
2018-09-04unpin coverage (#4458)Paul Kehrer
2018-07-16Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...Alex Gaynor
2018-06-27Add py37 (#4298)Paul Kehrer
2018-05-13Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236)Ville Skyttä
2018-05-12switch to py3 on docs job (#4230)Paul Kehrer
2018-03-05install only the minimum required to build our docs for rtd (#4133)Paul Kehrer
2017-10-11expunge python 2.6 (#3962)Paul Kehrer
2017-10-11parallelize docs work and always give full traceback on exception (#3957)Paul Kehrer
2017-09-12coverage pin test part deux (#3908)Paul Kehrer
2017-08-14Get our travis from pypy (#3865)Alex Gaynor
2017-06-19add pypy3.5 to our test matrix (#3709)Paul Kehrer
2017-05-23Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor
2017-04-13Removed some legacy garbage (#3502)Alex Gaynor
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