Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-26 09:08:43 -05:00
parent 9022c0bea9
commit d493720b7f
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -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 NitPicking ✨"
# python: "3.6"
# script: "pipenv run flake8"
+1 -1
View File
@@ -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 = [