aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-07-20 13:36:45 +0200
committerIlya Etingof <etingof@gmail.com>2019-07-20 13:36:45 +0200
commit25403b21192ce05c13117a8b2ec79555fcfde38f (patch)
treefd8b23c54276e3181a5882742010167ba3ea9e75
parentf9a44760deaaceee4c38b00369af9bf895869e03 (diff)
downloadpyasn1-modules-25403b21192ce05c13117a8b2ec79555fcfde38f.tar.gz
Disable Py 3.2 & 3.3. in Travis CI
Unit tests fail to import, dunno why.
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e5f325f..07294be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,13 @@ matrix:
- os: linux
dist: trusty
python: '2.7'
- - os: linux
- dist: trusty
- python: '3.2'
- - os: linux
- dist: trusty
- python: '3.3'
+# unit test runner fails on tests import
+# - os: linux
+# dist: trusty
+# python: '3.2'
+# - os: linux
+# dist: trusty
+# python: '3.3'
- os: linux
dist: trusty
python: '3.4'