From d493720b7f69f776562e0df47dbfc2e7a43df868 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 Feb 2018 09:08:43 -0500 Subject: [PATCH] travis Signed-off-by: Kenneth Reitz --- .travis.yml | 19 +++++++++++++++++++ setup.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..aca7f72 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +language: python +python: + - "3.6" + +# command to install dependencies +install: + - "pip install pipenv --upgrade" + - "pipenv install --dev" + +# command to run the dependencies +script: + - "pipenv run tests" + +# command to run tests +# jobs: + # include: + # - stage: "✨ Flake8 Nit–Picking ✨" + # python: "3.6" + # script: "pipenv run flake8" diff --git a/setup.py b/setup.py index 11dbf45..02a3faa 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ DESCRIPTION = 'HTML Parsing for Humans.' URL = 'https://github.com/kennethreitz/requests-html' EMAIL = 'me@kennethreitz.org' AUTHOR = 'Kenneth Reitz' -VERSION = '0.2.0' +VERSION = '0.2.1' # What packages are required for this module to be executed? REQUIRED = [