Skip to content

Commit 786e3b4

Browse files
fixed typo in setup and tox
1 parent bb97fb5 commit 786e3b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
],
6262

6363
install_requires=[
64-
'PyYAML'
64+
'PyYAML',
6565
'numpy',
6666
'ansicolor',
6767
'ply',

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[tox]
77
envlist = py36
88

9-
[testenv]
10-
commands = pytest unit-test
11-
deps = pytest
9+
# [testenv]
10+
# commands = pytest unit-test
11+
# deps = pytest

0 commit comments

Comments
 (0)