diff --git a/.travis.yml b/.travis.yml index 4dbf250..0a166d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,12 @@ --- language: python python: - - "2.7" - - "3.2" + - "3.5" sudo: false matrix: fast_finish: true - allow_failures: - - python: "3.2" script: - py.test diff --git a/setup.py b/setup.py index 4052f9c..d01f75e 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ def readme(): url='https://github.com/tomasbasham/ratelimit', license='MIT', packages=['ratelimit'], + python_requires='>= 3.5', install_requires=[], keywords=[ 'ratelimit',