There was an error while loading. Please reload this page.
1 parent bb97fb5 commit 786e3b4Copy full SHA for 786e3b4
setup.py
@@ -61,7 +61,7 @@
61
],
62
63
install_requires=[
64
- 'PyYAML'
+ 'PyYAML',
65
'numpy',
66
'ansicolor',
67
'ply',
tox.ini
@@ -6,6 +6,6 @@
6
[tox]
7
envlist = py36
8
9
-[testenv]
10
-commands = pytest unit-test
11
-deps = pytest
+# [testenv]
+# commands = pytest unit-test
+# deps = pytest
0 commit comments