Skip to content

Commit

Permalink
add testing requirements to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 18, 2017
1 parent 95dbd1c commit a2cbf75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
}

requirements = [
'pytest',
'coverage',
'antlr4_python%d_runtime' % python_version
]
print (requirements)
Expand Down

0 comments on commit a2cbf75

Please sign in to comment.