summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-12-31 14:51:01 +0100
committerAshley Camba <ashwoods@gmail.com>2018-01-01 10:56:46 +0100
commit05539fc0de94ff8ec6e199552b6c6b65cb4b396e (patch)
tree5c748db6fbf56303a995100e9c94218cbabf717d /setup.py
parent20655d1f96700000f38da90e49b55c619294a49f (diff)
downloadraven-05539fc0de94ff8ec6e199552b6c6b65cb4b396e.tar.gz
Add xdist coverage, bumb versions and add params to cfg
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 97f4979..3911020 100755
--- a/setup.py
+++ b/setup.py
@@ -70,9 +70,9 @@ tests_require = [
'pytest-timeout==1.2.0',
'pytest-xdist==1.18.2',
'pytest-pythonpath==0.7.1',
- 'pytest-sugar==0.8',
+ 'pytest-sugar==0.9.0',
'pytest-cov',
- 'pytest-flake8==0.9',
+ 'pytest-flake8==0.9.1',
'requests',
'tornado>=4.1',
'webob',