Skip to content

Commit

Permalink
Added python2.6 to travis and also setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Sep 1, 2016
1 parent 4d08901 commit e951ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: python

python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def parse_requirements(filename):
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit e951ab1

Please sign in to comment.