Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
4ec85249
Commit
4ec85249
authored
May 01, 2018
by
Jason R. Coombs
Committed by
GitHub
May 01, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1346 from ianw/pin-pytest-flake8
Pin pytest-flake8 to 1.0.0
parents
b5d72640
14f75bcb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
.travis.yml
.travis.yml
+2
-0
tests/requirements.txt
tests/requirements.txt
+2
-1
No files found.
.travis.yml
View file @
4ec85249
...
...
@@ -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"'
...
...
tests/requirements.txt
View file @
4ec85249
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment