Skip to content

Commit

Permalink
Ensure py26 compliance (#29)
Browse files Browse the repository at this point in the history
fix #19
  • Loading branch information
lukas-bednar committed Jun 3, 2016
1 parent 3e09fe2 commit 87e9ed4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
install:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest>=2.2.4
jira>=0.13
six
ordereddict; python_version=='2.6'
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifier=
Topic :: Software Development :: Quality Assurance
Topic :: Utilities
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
[entry_points]
pytest11 =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pep8
envlist = py26,py27,py34,pep8
[testenv]
deps=
-rrequirements.txt
Expand Down

0 comments on commit 87e9ed4

Please sign in to comment.