Skip to content

Commit 4d19b59

Browse files
authored
Removed python 2.6 since it is no longer supported
1 parent d37434b commit 4d19b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "2.6"
3+
#- "2.6" # Python 2.6 is no longur supported in builds
44
- "2.7"
55
install:
66
- pip install 'pynag<=0.8.9'

0 commit comments

Comments
 (0)