Skip to content

Commit

Permalink
Move test optional requirements to requirements-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fievelk committed Dec 16, 2016
1 parent 657cdb6 commit 5669d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tox
nose
coverage
pylint
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
'plot': [
'matplotlib',
],
'tests': [
'coverage',
'nose',
'pylint',
'tox'
],
'tgrep': [
'pyparsing',
],
Expand Down

0 comments on commit 5669d8f

Please sign in to comment.