Skip to content

Commit

Permalink
Fixes: #151 (#154)
Browse files Browse the repository at this point in the history
* Fixes: #151

* Remove python 2.6
  • Loading branch information
caphrim007 authored Mar 26, 2018
1 parent 05285a2 commit 47367fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27-unit
- python: 2.6
env: TOXENV=py26-unit
- python: 3.4
env: TOXENV=py34-unit
- python: 3.5
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bdist_rpm]
requires = six>=1.9.0
six<2.0.0
requires = python-six >= 1.9.0
python-six < 2.0.0
python-requests >= 2.5.0

0 comments on commit 47367fc

Please sign in to comment.