1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 12:46:44 +00:00

adding pip3 requirements for tests

This commit is contained in:
deadc0de6
2018-04-10 23:04:53 +02:00
parent df33d43efb
commit 1d51bdb5c5

3
tests-requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
pycodestyle; python_version >= '3.0'
nose; python_version >= '3.0'
coverage; python_version >= '3.0'