summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-04-13 01:32:37 +0200
committerIlya Etingof <etingof@gmail.com>2017-04-13 01:32:37 +0200
commita8678b0040b4b924e7e1c139b103f275bb48b0f6 (patch)
tree7518b91e7e466d2a2e933188ce0e8d125682a98c /.travis.yml
parent8dbe4e31be93f01d1d0286e0260700fa603bc900 (diff)
downloadpysnmp-git-a8678b0040b4b924e7e1c139b103f275bb48b0f6.tar.gz
Revert "re-enable python 2.6 build"
This reverts commit 8dbe4e31be93f01d1d0286e0260700fa603bc900.
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"