From 0bf303a5607f42658252ef27e9f3fee3e6b84d19 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 25 Sep 2020 22:26:14 +0200 Subject: Clean up "full" installation mode --- .travis.yml | 2 +- setup.py | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d220e0..a1cb636 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - nvm use v12.18.1 install: - - pip install -e .[dev] + - pip install -e .[full] script: - green -vv -a ./tests diff --git a/setup.py b/setup.py index d1de5bd..0635253 100644 --- a/setup.py +++ b/setup.py @@ -32,10 +32,7 @@ REQUIRED = [ "markdown>=3.1.1", ] -full_require = [ - # TEMPORARY: Until ReadabiliPy is available on PyPI - "readabilipy @ git+https://git@github.com/GjjvdBurg/ReadabiliPy@packaging#egg=readabilipy", -] +full_require = ["readabilipy"] docs_require = [] test_require = [] dev_require = ["green"] -- cgit v1.2.3