Skip to content

Commit 464e37f

Browse files
committed
Specify test requirements in setup.py
1 parent 1fd7850 commit 464e37f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ install:
2222
- conda config --add channels conda-forge
2323
- conda create -n testenv --yes pip python=$PYTHON matplotlib
2424
- source activate testenv
25-
- pip install pytest==4.3
26-
- pip install .
25+
- pip install .[dev]
2726

2827

2928
script: pytest dabest

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
'matplotlib~=3.0',
4747
'seaborn~=0.9'
4848
],
49+
extras_require={'dev': ['pytest==4.3']},
4950
python_requires='>=3.5',
5051
url='https://acclab.github.io/DABEST-python-docs',
5152
download_url='https://www.github.com/ACCLAB/DABEST-python',

0 commit comments

Comments
 (0)