Fix _is_expired_token issues (#47)

This commit is contained in:
SearchDream
2017-11-17 15:59:33 +03:00
committed by Sergey Petrov
parent c272fa8bf2
commit bbe8528acf
4 changed files with 15 additions and 10 deletions
+3 -3
View File
@@ -4,8 +4,8 @@ envlist = py27, py34, py35, py36
[testenv]
commands = nosetests []
deps =
nose
py27: mock
deps =
nose
-rrequirements-dev.txt
usedevelop=True