summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-04-04 23:48:43 +0200
committerIlya Etingof <etingof@gmail.com>2017-04-04 23:48:43 +0200
commit7af816adb13848f7d9e589d61fedde290a553e82 (patch)
tree0175c442cc3f9f3e91ad1c684a9e7a56bf470ea0 /.travis.yml
parentc6bf94e87486b92805e1fed9cc8fc33f5925b2e9 (diff)
downloadpysnmp-git-7af816adb13848f7d9e589d61fedde290a553e82.tar.gz
temporary disable python 2.6 build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 233c2d91..de23e72a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
language: python
python:
- - "2.6"
+# temporarily disabled due to broken pysmi dependency
+# - "2.6"
- "2.7"
- "3.2"
- "3.3"