Skip to content

Commit 5f10441

Browse files
authored
Merge pull request #57 from IdentityPython/x509_symmetry
Make X.509 certificate and key handling more alike for RSA and EC keys.
2 parents 7d7cbfc + 20155a3 commit 5f10441

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+925
-922
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ script:
1818
- codecov --version
1919
- tox
2020
- isort --check src tests
21-
- black --check src tests
21+
- black -l 100 --check src tests
2222
after_success:
2323
- codecov
2424
notifications:

0 commit comments

Comments
 (0)