Using pytest from now on

This commit is contained in:
Sergey Petrov
2019-06-02 19:39:40 +03:00
parent fbcf36f955
commit be7438a653
9 changed files with 207 additions and 230 deletions
+6
View File
@@ -11,6 +11,12 @@ setup(
'PyJWT>=1.4.0',
'cryptography>=1.7.2',
],
extras_require={
"tests": [
'freezegun',
'pytest',
],
},
url='https://github.com/Pr0Ger/PyAPNs2',
license='MIT',
author='Sergey Petrov',