Skip to content

Commit 47367fc

Browse files
authored
Fixes: #151 (#154)
* Fixes: #151 * Remove python 2.6
1 parent 05285a2 commit 47367fc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ matrix:
99
include:
1010
- python: 2.7
1111
env: TOXENV=py27-unit
12-
- python: 2.6
13-
env: TOXENV=py26-unit
1412
- python: 3.4
1513
env: TOXENV=py34-unit
1614
- python: 3.5

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bdist_rpm]
2-
requires = six>=1.9.0
3-
six<2.0.0
2+
requires = python-six >= 1.9.0
3+
python-six < 2.0.0
44
python-requests >= 2.5.0

0 commit comments

Comments
 (0)