Skip to content

Commit

Permalink
Merge 3cb6141 into 9b62c8e
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Nov 29, 2019
2 parents 9b62c8e + 3cb6141 commit d25366c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
env: TOX_ENV=py26
- python: 2.7
env: TOX_ENV=py27
- python: 2.7
env: TOX_ENV=py27 SIX=1.9.0
- python: 3.3
env: TOX_ENV=py33
- python: 3.4
Expand Down Expand Up @@ -67,6 +69,7 @@ before_install:

install:
- pip list
- if [[ $SIX ]]; then travis_retry pip install six==$SIX; fi
- |
if [[ -e build-requirements-${TRAVIS_PYTHON_VERSION}.txt ]]; then
travis_retry pip install -r build-requirements-${TRAVIS_PYTHON_VERSION}.txt;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
install_requires=['six'],
install_requires=['six>=1.9.0'],
)

0 comments on commit d25366c

Please sign in to comment.