Skip to content

Commit ca3aa0c

Browse files
truneththiery
authored andcommitted
Add test dependency to setup.py
1 parent aca3528 commit ca3aa0c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
build/
55
dist/
66
*.egg-info/
7+
.eggs/
8+
.venv/

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ def git_pep440_version():
6767
]
6868
},
6969
test_suite='tests',
70+
tests_requires=[
71+
'nose',
72+
'mock',
73+
],
7074
install_requires=[
7175
'markdown',
7276
'future',

0 commit comments

Comments
 (0)