Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
030c4ac7fe5a37aa9d3000af97ab4fd4a4dbad56
/
tox.ini
030c4ac
add missing basepython
by Paul Kehrer
· 9 years ago
1dafc3f
add a pypy-nocoverage target and use that on OS X
by Paul Kehrer
· 9 years ago
cfd90a2
Drop pypy3, we don't run it in CI, and we won't run it again until these issues are resolved
by Alex Gaynor
· 9 years ago
6677003
Attempt to enable coverage on pypy
by Alex Gaynor
· 9 years ago
1e555aa
Revert "pin pytest to disallow 2.8.4 which breaks tests"
by Paul Kehrer
· 9 years ago
ed48066
pin pytest to disallow 2.8.4 which breaks tests
by Alex Gaynor
· 9 years ago
491e9c8
pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2
by Paul Kehrer
· 9 years ago
8b5d094
switch to using pyasn1_modules for the test
by Paul Kehrer
· 9 years ago
5a2bb54
encode countryName with PrintableString
by Paul Kehrer
· 9 years ago
78f6b51
unpin pytest now that 2.8.2 is released
by Paul Kehrer
· 9 years ago
584d9d6
hypothesis-pytest is no longer a required package
by Paul Kehrer
· 9 years ago
42ea0d1
Pin version of hypothesis above 1.11.4.
by Terry Chia
· 9 years ago
5cec1bf
Add plumbing for hypothesis.
by Terry Chia
· 10 years ago
959403b
Pin pytest to <2.8, there's a bug with deprecation warnings
by Alex Gaynor
· 9 years ago
8edd68f
Merge branch 'master' into py35-and-pypy
by Paul Kehrer
· 9 years ago
9b6ae9c
workaround for pytest 2.7.3's expectation of USERNAME on windows
by Paul Kehrer
· 9 years ago
4e91f7f
let's add python 3.5 to our test matrix
by Paul Kehrer
· 9 years ago
ac85fa9
Make py3pep8 tox target use a general python3.
by Terry Chia
· 9 years ago
72500f8
use python34 for py3pep8. no sense advertising an out of date python
by Alex Gaynor
· 9 years ago
e6d648f
Speed up flake8 by skipping two irrelevant directories
by Alex Gaynor
· 9 years ago
7cf4c30
list package versions in tox env for easier debugging
by Paul Kehrer
· 9 years ago
1149166
print the version of openssl loaded by cryptography in tox
by Paul Kehrer
· 9 years ago
c8ccffb
pass through the env vars we need in tox for alternate OpenSSL builds
by Paul Kehrer
· 9 years ago
0958641
remove python 3.2 from every other place I could find
by Paul Kehrer
· 10 years ago
942e91d
Use readme to ensure the long description renders on PyPI
by Donald Stufft
· 10 years ago
defa460
don't do coverage under pypy3
by Paul Kehrer
· 10 years ago
36b35b1
Move config in pytest.ini to tox.ini.
by Terry Chia
· 10 years ago
68416c3
Merge pull request #1502 from reaperhulk/fix-1285
by Alex Gaynor
· 10 years ago
a98f95a
add pyasn1 as a dependency
by Paul Kehrer
· 10 years ago
1ecc7f1
add a tox target to randomize tests
by Paul Kehrer
· 10 years ago
62143e4
Use coverage parallel mode and coverage combine to fix paths
by Donald Stufft
· 10 years ago
cd34ca6
re-add line I accidentally removed by hitting dd one too many times
by Paul Kehrer
· 10 years ago
b525adf
add an ignore path for doc8 + fix a long line causing failures
by Paul Kehrer
· 10 years ago
95f2c2b
only run doc8 over things with a rst extension
by Alex Gaynor
· 10 years ago
eb1c41c
Move coverage configuration to the config file
by Alexander Gaynor
· 10 years ago
9963cb3
Linewrap CHANGELOG and have doc8 check it as well
by Alex Gaynor
· 10 years ago
a417b84
Moved doc8 job to docs
by Ayrx
· 10 years ago
7b62cca
grump
by Alex Gaynor
· 10 years ago
fbcb3c4
Allow long titles
by Alex Gaynor
· 10 years ago
d838783
Part of the py3 job as well for consistency
by Alex Gaynor
· 10 years ago
5b8126f
Move to being a part of the pep8 job
by Alex Gaynor
· 10 years ago
4e75eb4
Testing for doc8
by Alex Gaynor
· 10 years ago
d3e3df9
use pyasn1 for creating the dss-sig-value structure
by Paul Kehrer
· 11 years ago
707b008
Fix pep8 errors for latest import linter
by Alex Stapleton
· 11 years ago
89917f1
Alphabetize tox.ini deps
by Alex Stapleton
· 11 years ago
bafceb6
Enable import order lint
by Alex Stapleton
· 11 years ago
7ad18bc
add some comments to note the duplication between setup.py and tox.ini
by Paul Kehrer
· 11 years ago
3888a84
Fix bug in release task and style fixes
by Alex Stapleton
· 11 years ago
a39a319
Move cryptography.vectors to cryptography_vectors
by Alex Stapleton
· 11 years ago
710f614
add py34 target for python 3.4 CI
by Paul Kehrer
· 11 years ago
2569323
Install pep8-naming on travis
by Alex Gaynor
· 11 years ago
aee8b1a
Merge pull request #683 from reaperhulk/pep8-naming
by Alex Gaynor
· 11 years ago
986b190
new tox docs-linkcheck target for a jenkins job to do linkcheck
by Paul Kehrer
· 11 years ago
570228f
Trun off linkcheck, it's too noisy. Fixes #652
by Alex Gaynor
· 11 years ago
577d295
add pep8-naming to pep8 tests
by Paul Kehrer
· 11 years ago
59249cf
Select all errors, warnings, and flakes.
by David Reid
· 11 years ago
c1fd2be
pass posargs via tox so --backend can be used for tox envs
by Paul Kehrer
· 11 years ago
29b40ea
This is a dep
by Alex Gaynor
· 11 years ago
5c0ec7c
Actuall install a thing
by Alex Gaynor
· 11 years ago
fc4e2b7
Try to run the spellchecker on travis
by Alex Gaynor
· 11 years ago
5bae063
Merge branch 'master' into fernet
by Alex Gaynor
· 11 years ago
6f78d64
Make the PyPy tox job consistent with the main one.
by Alex Gaynor
· 11 years ago
4b31af7
Merge branch 'master' into fernet
by Alex Gaynor
· 11 years ago
93a0b2f
Run py.test with catpure=no for more faster.
by David Reid
· 11 years ago
4a35b7f
Merge branch 'master' into fernet
by Alex Gaynor
· 11 years ago
960cf5e
Test that docs compile under latex as well --needed for PDF building
by Alex Gaynor
· 11 years ago
b29a6b2
Merge branch 'master' into fernet
by Alex Gaynor
· 11 years ago
144209d
Run pytest in --strict mode so that typso in pytest.mark give errors
by Alex Gaynor
· 11 years ago
13ec479
Include in tox.ini
by Alex Gaynor
· 11 years ago
60f1d8b
Merge branch 'master' into fernet
by Alex Gaynor
· 11 years ago
3e81fb2
DOn't fail tox on coverage
by Alex Gaynor
· 11 years ago
eca9f36
Merge branch 'master' into fernet
by Alex Gaynor
· 11 years ago
46cb601
Disable coverage on pypy temporarily.
by David Reid
· 11 years ago
484713f
Merge branch 'master' into fernet
by Alex Gaynor
· 11 years ago
fb8adfc
Use raw vector files
by Alex Gaynor
· 11 years ago
c510e49
Added a tox/travis just for running flake8 under py3k
by Alex Gaynor
· 11 years ago
0a5654f
Also linkcheck the docs
by Alex Gaynor
· 11 years ago
afdddca
Enable all the flake8
by Alex Gaynor
· 11 years ago
1d80538
Also ignore eggs
by Alex Gaynor
· 11 years ago
967c03b
Better way
by Alex Gaynor
· 11 years ago
b58865b
Lint setup.py
by Alex Gaynor
· 11 years ago
34b6ae7
Fail tests if our coverage is less than 100%
by Donald Stufft
· 11 years ago
81a5287
Use a None default so composition is easier
by Alex Gaynor
· 11 years ago
ff61cd3
Run coverage from the outside so it sees everything
by Alex Gaynor
· 11 years ago
0b4df97
Merge branch 'master' into simple-symmetric-encryption
by Alex Gaynor
· 11 years ago
235fa71
Use the Sphinx doctest builder
by Donald Stufft
· 11 years ago
83a0f48
Fixed tox
by Alex Gaynor
· 11 years ago
bac187d
Use an enum for determining BlockCipher operation
by Donald Stufft
· 11 years ago
9e1a48b
Add a test utility functions to read & process NIST vector files
by Donald Stufft
· 11 years ago
9d00588
Record coverage
by Alex Gaynor
· 11 years ago
0f66c6d
Move all tests to be controlled by tox
by Alex Gaynor
· 11 years ago