Skip to content

Commit

Permalink
updated dev tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Zimmermann committed Mar 14, 2019
1 parent c76c013 commit 5fc01b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions requirements_dev.txt
@@ -1,12 +1,8 @@
pip==9.0.1
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
flake8==3.5.0
tox==2.9.1
tox==3.7.0
coverage==4.5.1
Sphinx==1.7.0
pytest==3.4.1
pytest-runner==2.11.1
prospector==0.12.7
vulture>=0.6,<0.25 # Required for https://github.com/landscapeio/prospector/issues/230
Sphinx==1.8.5
pytest==4.3.1
prospector[with_vulture]==1.1.6.2

4 changes: 2 additions & 2 deletions tox.ini
@@ -1,10 +1,10 @@
[tox]
; could add some more environments in the future
envlist = py27, flake8
envlist = py36, flake8

[travis]
python =
2.7: py27
3.6: py36

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 5fc01b4

Please sign in to comment.