We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd7850 commit 464e37fCopy full SHA for 464e37f
.travis.yml
@@ -22,8 +22,7 @@ install:
22
- conda config --add channels conda-forge
23
- conda create -n testenv --yes pip python=$PYTHON matplotlib
24
- source activate testenv
25
- - pip install pytest==4.3
26
- - pip install .
+ - pip install .[dev]
27
28
29
script: pytest dabest
setup.py
@@ -46,6 +46,7 @@
46
'matplotlib~=3.0',
47
'seaborn~=0.9'
48
],
49
+ extras_require={'dev': ['pytest==4.3']},
50
python_requires='>=3.5',
51
url='https://acclab.github.io/DABEST-python-docs',
52
download_url='https://www.github.com/ACCLAB/DABEST-python',
0 commit comments