Commit 4ec85249 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1346 from ianw/pin-pytest-flake8

Pin pytest-flake8 to 1.0.0
parents b5d72640 14f75bcb
......@@ -40,6 +40,8 @@ jobs:
cache: pip
install:
# ensure we have recent pip/setuptools
- pip install --upgrade pip setuptools
# need tox to get started
- pip install tox 'tox-venv; python_version!="3.3"'
......
importlib; python_version<"2.7"
mock
pytest-flake8; python_version>="2.7"
pytest-flake8<=1.0.0; python_version>="3.3" and python_version<"3.5"
pytest-flake8; python_version>="2.7" and python_version!="3.3" and python_version!="3.4"
virtualenv>=13.0.0
pytest-virtualenv>=1.2.7
pytest>=3.0.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment