summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-07-26 09:20:45 +0200
committerIlya Etingof <etingof@gmail.com>2018-07-26 09:23:28 +0200
commit30664388c01be9a0eafa5b6a5ba96296cd8c15d9 (patch)
tree4edd84eadfe3e18792d0e7000abd5cbaa9da3907
parent23408abcab5583d615c395ba53a7517427fa50b2 (diff)
downloadpyasn1-git-30664388c01be9a0eafa5b6a5ba96296cd8c15d9.tar.gz
Fix Travis build for Py3.7
-rw-r--r--.travis.yml2
-rw-r--r--CHANGES.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 79e62ca..9e49291 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ matrix:
python: '3.7'
- os: linux
dist: xenial
- sudo: false
+ sudo: true
python: 'nightly'
- os: linux
dist: xenial
diff --git a/CHANGES.rst b/CHANGES.rst
index 40a231e..542f726 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -4,7 +4,7 @@ Revision 0.4.4, released 26-07-2018
- Fixed native encoder type map to include all ASN.1 types
rather than just ambiguous ones
-- Fixed crash in `.prettyPrint` of `Sequence` and `Set` occuring
+- Fixed crash in `.prettyPrint` of `Sequence` and `Set` occurring
at OPTIONAL components
Revision 0.4.3, released 23-05-2018