8000
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 78155f0 commit ce562beCopy full SHA for ce562be
setup.py
@@ -18,7 +18,7 @@ def readlocal(fname):
18
# - pandas >= 0.20.0 is required since commit 01669f2024a7bffe47cceec0a0fd845f71b6f7cc
19
# (issue 702 : fixed bug when writing metadata using HDF format)
20
INSTALL_REQUIRES = ['numpy >= 1.13', 'pandas >= 0.20.0']
21
-TESTS_REQUIRE = ['pytest', 'pytest-pep8']
+TESTS_REQUIRE = ['pytest', 'pytest-pep8', 'pytest-flake8']
22
23
LICENSE = 'GPLv3'
24
URL 38ED = 'https://github.com/larray-project/larray'
0 commit comments