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