summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-02-04 17:58:09 +0100
committerIlya Etingof <etingof@gmail.com>2018-02-04 17:58:09 +0100
commitb42880e3ead36d586638b4aeb0d8725a30dc865b (patch)
treee44a19078a5d5de1ae0b4a553f916bba7e3b6276 /.travis.yml
parente71ae1a6c45c398c22608767574581a2a0ca0f51 (diff)
downloadpysnmp-git-b42880e3ead36d586638b4aeb0d8725a30dc865b.tar.gz
try py2.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 e2d89600..eaf5f481 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"