Automatic update checks (#434)

* Basic update checks

* Fix issues pointed out by @rixx

* First test

* Add tests

* Even more tests
This commit is contained in:
Raphael Michel
2017-04-01 15:34:34 +02:00
committed by GitHub
parent 867a8132aa
commit 4919f8991c
17 changed files with 625 additions and 12 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ setup(
'isort',
'pytest-mock',
'pytest-rerunfailures',
'pytest-warnings'
'pytest-warnings',
'responses'
],
'memcached': ['pylibmc'],
'mysql': ['mysqlclient'],