diff options
-rw-r--r-- | requirements-dev.txt | 3 | ||||
-rw-r--r-- | tox.ini | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index dd56df6..249eb23 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,10 +5,11 @@ pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.2.0 Sphinx==1.6.4 -lz4==0.10.1 +lz4==0.11.1 xxhash==1.0.1 python-snappy==0.5.1 tox==2.9.1 +pylint==1.8.0 pytest-pylint==0.7.1 # pytest-sugar==0.9.0 pytest-mock==1.6.3 @@ -12,12 +12,13 @@ deps = pytest pytest-cov pytest-catchlog + py{27,34,35,36,py}: pylint==1.8.0 py{27,34,35,36,py}: pytest-pylint pytest-sugar pytest-mock mock python-snappy - lz4 + lz4==0.11.1 xxhash py26: unittest2 commands = |