Skip to content

Commit 8d1a446

Browse files
committed
Merge branch 'pr/24/TravisCI' - Include later versions of Python (Thanks to Christian Clauss)
2 parents 370c1ec + 4005b64 commit 8d1a446

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.4
5-
- 3.5
64
- 3.6
5+
- 3.7
6+
- 3.8
7+
- 3.9
78
- nightly
89
script:
910
- python setup.py install
10-
matrix:
11+
jobs:
1112
allow_failures:
1213
- python: nightly

ndg/httpsclient/subj_alt_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class AttributeTypeAndValue(univ.Sequence):
6969

7070

7171
class RelativeDistinguishedName(univ.SetOf):
72-
'''ASN.1 Realtive distinguished name'''
72+
'''ASN.1 Relative distinguished name'''
7373
componentType = AttributeTypeAndValue()
7474

7575
class RDNSequence(univ.SequenceOf):

0 commit comments

Comments
 (0)