We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05285a2 commit 47367fcCopy full SHA for 47367fc
2 files changed
.travis.yml
@@ -9,8 +9,6 @@ matrix:
9
include:
10
- python: 2.7
11
env: TOXENV=py27-unit
12
- - python: 2.6
13
- env: TOXENV=py26-unit
14
- python: 3.4
15
env: TOXENV=py34-unit
16
- python: 3.5
setup.cfg
@@ -1,4 +1,4 @@
1
[bdist_rpm]
2
-requires = six>=1.9.0
3
- six<2.0.0
+requires = python-six >= 1.9.0
+ python-six < 2.0.0
4
python-requests >= 2.5.0
0 commit comments