diff --git a/.travis.yml b/.travis.yml index f6e179a9..ea890554 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ jobs: include: - stage: test install: - - pip install -e ".[dev]" + - pip install -e ".[test]" script: - python3 -m flake8 - stage: test diff --git a/setup.py b/setup.py index f4762a93..0312fa07 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ ], tests_require=test_require, extras_require={ + 'test': test_require, 'dev': test_require + [ 'ipython', 'sphinx',