aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Revert sphinx pinAlex Gaynor2016-01-141-1/+1
|
* Merge pull request #2638 from reaperhulk/travis-pypyAlex Gaynor2016-01-041-10/+3
|\ | | | | Travis PyPy coverage
| * add missing basepythonPaul Kehrer2016-01-031-0/+1
| |
| * add a pypy-nocoverage target and use that on OS XPaul Kehrer2016-01-031-0/+8
| |
| * Drop pypy3, we don't run it in CI, and we won't run it again until these ↵Alex Gaynor2016-01-031-8/+0
| | | | | | | | issues are resolved
| * Attempt to enable coverage on pypyAlex Gaynor2016-01-031-8/+0
| |
* | readme has been renamed to readme_rendererPaul Kehrer2016-01-041-1/+1
|/
* Revert "pin pytest to disallow 2.8.4 which breaks tests"Paul Kehrer2015-12-111-1/+1
| | | | This reverts commit ed48066a3f8e58af58926a17906540213e57f88e.
* pin pytest to disallow 2.8.4 which breaks testsAlex Gaynor2015-12-071-1/+1
|
* pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2Paul Kehrer2015-11-301-1/+1
|
* switch to using pyasn1_modules for the testPaul Kehrer2015-10-271-1/+1
|
* encode countryName with PrintableStringPaul Kehrer2015-10-201-0/+1
| | | | | | | This commit adds a dependency on asn1crypto for testing purposes to parse the certificate and confirm that countryName is encoded with PrintableString while other fields are UTF8String. This is a test only dep.
* unpin pytest now that 2.8.2 is releasedPaul Kehrer2015-10-071-1/+1
|
* hypothesis-pytest is no longer a required packagePaul Kehrer2015-10-021-1/+0
|
* Pin version of hypothesis above 1.11.4.Terry Chia2015-09-271-22/+1
|
* Add plumbing for hypothesis.Terry Chia2015-09-261-1/+24
|
* Pin pytest to <2.8, there's a bug with deprecation warningsAlex Gaynor2015-09-191-1/+1
|
* Merge branch 'master' into py35-and-pypyPaul Kehrer2015-09-151-1/+1
|\
| * workaround for pytest 2.7.3's expectation of USERNAME on windowsPaul Kehrer2015-09-151-1/+1
| | | | | | | | | | We should remove this when a pytest that resolves https://github.com/pytest-dev/pytest/issues/1010 is released
* | let's add python 3.5 to our test matrixPaul Kehrer2015-09-151-1/+1
|/
* Make py3pep8 tox target use a general python3.Terry Chia2015-08-161-1/+1
|
* use python34 for py3pep8. no sense advertising an out of date pythonAlex Gaynor2015-08-081-1/+1
|
* Speed up flake8 by skipping two irrelevant directoriesAlex Gaynor2015-06-211-1/+1
|
* list package versions in tox env for easier debuggingPaul Kehrer2015-06-061-0/+3
|
* print the version of openssl loaded by cryptography in toxPaul Kehrer2015-05-261-0/+3
|
* pass through the env vars we need in tox for alternate OpenSSL buildsPaul Kehrer2015-05-121-0/+1
| | | | | | INCLUDE and LIB are used in windows ARCHFLAGS CFLAGS LDFLAGS are used on OS X CFLAGS LDFLAGS LD_LIBRARY_PATH are used on linux
* remove python 3.2 from every other place I could findPaul Kehrer2015-04-181-1/+1
|
* Use readme to ensure the long description renders on PyPIDonald Stufft2015-02-121-0/+2
|
* don't do coverage under pypy3Paul Kehrer2014-12-231-0/+6
|
* Move config in pytest.ini to tox.ini.Terry Chia2014-12-141-0/+6
|
* Merge pull request #1502 from reaperhulk/fix-1285Alex Gaynor2014-12-081-1/+0
|\ | | | | Support decoding RFC 6979 signatures to (r, s)
| * add pyasn1 as a dependencyPaul Kehrer2014-11-271-1/+0
| |
* | add a tox target to randomize testsPaul Kehrer2014-11-241-0/+7
|/
* Use coverage parallel mode and coverage combine to fix pathsDonald Stufft2014-11-131-1/+5
| | | | | | | | | | | | | When using coverage.py with a project installed into site-packages instead of in the current directory you end up with paths like .tox/py34/lib/python3.4/site-packages/cryptography/__init__.py which is less than ideal (and may cause issues when aggregating coverage over multiple versions of Python). Switching coverage.py into parallel-mode will have it write a .coverage.* file instead of a .coverage file, which can then be "combined" into a .coverage file using coverage combine. When coverage.py does the combine step it will collapse the .tox/*/lib/python*/site-packages/cryptography paths into src/cryptography.
* re-add line I accidentally removed by hitting dd one too many timesPaul Kehrer2014-09-291-0/+1
|
* add an ignore path for doc8 + fix a long line causing failuresPaul Kehrer2014-09-291-2/+1
|
* only run doc8 over things with a rst extensionAlex Gaynor2014-08-191-0/+3
|
* Move coverage configuration to the config fileAlexander Gaynor2014-07-281-1/+1
|
* Linewrap CHANGELOG and have doc8 check it as wellAlex Gaynor2014-07-121-1/+1
|
* Moved doc8 job to docsAyrx2014-05-201-4/+2
|
* grumpAlex Gaynor2014-05-181-1/+1
|
* Allow long titlesAlex Gaynor2014-05-181-2/+2
|
* Part of the py3 job as well for consistencyAlex Gaynor2014-05-171-1/+4
|
* Move to being a part of the pep8 jobAlex Gaynor2014-05-171-7/+6
|
* Testing for doc8Alex Gaynor2014-05-171-1/+5
|
* use pyasn1 for creating the dss-sig-value structurePaul Kehrer2014-04-301-0/+1
|
* Fix pep8 errors for latest import linterAlex Stapleton2014-04-201-1/+1
|
* Alphabetize tox.ini depsAlex Stapleton2014-04-201-3/+3
|
* Enable import order lintAlex Stapleton2014-04-201-1/+4
|
* add some comments to note the duplication between setup.py and tox.iniPaul Kehrer2014-03-281-0/+1
|