Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a5aa72ac
Commit
a5aa72ac
authored
May 31, 2017
by
Hiro Asari
Committed by
Brett Cannon
May 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Travis config to reinstate test build (GH-1879)
parent
fc354f07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
.travis.yml
.travis.yml
+7
-13
No files found.
.travis.yml
View file @
a5aa72ac
...
...
@@ -11,25 +11,19 @@ branches:
-
master
-
/^\d\.\d$/
os
:
-
linux
# macOS builds are disabled as the machines are under-provisioned on Travis,
# adding up to an extra hour completing a full CI run.
compiler
:
-
clang
# gcc also works, but to keep the # of concurrent builds down, we use one C
# compiler here and the other to run the coverage build.
env
:
-
TESTING=cpython
matrix
:
fast_finish
:
true
allow_failures
:
-
env
:
-
TESTING=coverage
include
:
-
os
:
linux
language
:
c
compiler
:
clang
# gcc also works, but to keep the # of concurrent builds down, we use one C
# compiler here and the other to run the coverage build.
env
:
-
TESTING=cpython
-
os
:
linux
language
:
python
# Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
...
...
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