Skip to content

Commit

Permalink
fix travis (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox committed Apr 27, 2020
1 parent e7ad039 commit 3b71978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ def packages():
'configparser < 5.0.0 ; python_version == "2.*"',
# pyparsing 3.0.0 dropped support for Python 2
'pyparsing < 3.0.0 ; python_version == "2.*"',
'flake8>=3.7.7',
'flake8==3.7.9',
'flake8-docstrings>=1.3.0',
'flake8-import-order>=0.18',
'flake8-quotes>=1.0.0',
'pep8-naming>=0.7.0',
'pytest<5.0.0 ; python_version < "3.5"',
'pytest>=5.0.0 ; python_version >= "3.5"',
'pytest-cov>=2.6.1',
'pytest-flake8==1.0.4',
'pytest-flake8>=1.0.4',
'pytest-tornado5>=2.0.0',
'PyYAML>=5.1',
'vcrpy<4.0.0 ; python_version < "3.5"',
Expand Down

0 comments on commit 3b71978

Please sign in to comment.