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
6e0a29de
Commit
6e0a29de
authored
Jul 28, 2016
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also force newer version of flake8, required by pytest-flake8 0.6.
parent
29016f7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-1
appveyor.yml
appveyor.yml
+1
-0
No files found.
.travis.yml
View file @
6e0a29de
...
...
@@ -12,7 +12,7 @@ env:
-
LC_ALL=C LC_CTYPE=C
script
:
# avoid VersionConflict when newer version is required
-
pip install -U pytest
-
pip install -U pytest
flake8
# Output the env, because the travis docs just can't be trusted
-
env
...
...
appveyor.yml
View file @
6e0a29de
...
...
@@ -12,5 +12,6 @@ install:
build
:
off
test_script
:
-
"
python
-m
pip
install
-U
flake8"
-
"
python
bootstrap.py"
-
"
python
setup.py
test"
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