8000 miscellaneous: added pytest-flake8 as required library for testing in… · larray-project/larray@ce562be · GitHub
[go: up one dir, main page]

Skip to content

Commit ce562be

Browse files
committed
miscellaneous: added pytest-flake8 as required library for testing in setup.py
1 parent 78155f0 commit ce562be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def readlocal(fname):
1818
# - pandas >= 0.20.0 is required since commit 01669f2024a7bffe47cceec0a0fd845f71b6f7cc
1919
# (issue 702 : fixed bug when writing metadata using HDF format)
2020
INSTALL_REQUIRES = ['numpy >= 1.13', 'pandas >= 0.20.0']
21-
TESTS_REQUIRE = ['pytest', 'pytest-pep8']
21+
TESTS_REQUIRE = ['pytest', 'pytest-pep8', 'pytest-flake8']
2222

2323
LICENSE = 'GPLv3'
2424
URL 38ED = 'https://github.com/larray-project/larray'

0 commit comments

Comments
 (0)
0