Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
180
Issues
180
List
Boards
Labels
Milestones
Merge Requests
51
Merge Requests
51
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
be2fc0f4
Commit
be2fc0f4
authored
Aug 30, 2017
by
Florent Fourcot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix build on python3
Don't try to run setup.py with python2 on a python3 image
parent
600d2782
Pipeline
#752
failed with stages
in 14 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
be2fc0f4
...
...
@@ -38,7 +38,7 @@ build:3:
image
:
"
python:3"
stage
:
"
build"
script
:
-
"
./tools/local_install.sh
~/bin"
-
"
./tools/local_install.sh
-3
~/bin"
pyflakes:3:
image
:
"
python:3"
...
...
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