From f5dcdaa5c5c6d23ef2d26bb2eb70aebcd5ae2936 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 24 Oct 2017 17:04:20 +0800 Subject: [PATCH] give up support for Python 3.3 --- .travis.yml | 1 - README.md | 2 +- requirements_dev.txt | 1 - setup.py | 10 ++-------- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0ec3a61..56d05c58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python python: - 2.7 - - 3.3 - 3.4 - 3.5 - 3.6 diff --git a/README.md b/README.md index 6f97d7c5..e89de64b 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Enjoy! ## Supported Python Versions -Python `2.7`, `3.3`, `3.4`, `3.5` and `3.6`. +Python `2.7`, `3.4`, `3.5` and `3.6`. `ApiTestEngine` has been tested on `macOS`, `Linux` and `Windows` platforms. diff --git a/requirements_dev.txt b/requirements_dev.txt index bc7d382c..8a7c8f00 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,5 +4,4 @@ PyYAML coveralls coverage -e git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport --e git+https://github.com/debugtalk/jenkins-mail-py.git#egg=jenkins-mail-py -e git+https://github.com/locustio/locust.git#egg=locustio \ No newline at end of file diff --git a/setup.py b/setup.py index 4b502e24..1339bae5 100644 --- a/setup.py +++ b/setup.py @@ -30,26 +30,20 @@ setup( "PyUnitReport" ], extras_require={ - 'mail': [ - "jenkins-mail-py" - ], - 'locust': [ + 'locustio': [ "locustio" ] }, dependency_links=[ "git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0", - "git+https://github.com/debugtalk/jenkins-mail-py.git#egg=jenkins-mail-py-0", "git+https://github.com/locustio/locust.git#egg=locust-0" ], classifiers=[ "Development Status :: 3 - Alpha", 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7-dev' + 'Programming Language :: Python :: 3.6' ], entry_points={ 'console_scripts': [