diff options
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a1cb636..6a57cd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - nvm use v12.18.1 install: - - pip install -e .[full] + - pip install -e .[test] script: - green -vv -a ./tests @@ -41,7 +41,7 @@ dev_require = ["green"] EXTRAS = { "full": full_require, "docs": docs_require, - "tests": test_require, + "test": test_require + full_require, "dev": docs_require + test_require + dev_require + full_require, } |
