Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
pika
Commits
29e9711ad4e4
Commit
29e9711ad4e4
authored
7 years ago
by
Luke Bakken
Browse files
Options
Downloads
Plain Diff
Merge pull request #1089 from pika/gh-1087-stable
Speed up tests by putting pypy first
parents
88e388c80b59
92cc13941f97
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+29
-3
29 additions, 3 deletions
.travis.yml
with
29 additions
and
3 deletions
.travis.yml
+
29
−
3
View file @
29e9711a
...
@@ -8,7 +8,33 @@
...
@@ -8,7 +8,33 @@
-
sourceline
:
deb https://packages.erlang-solutions.com/ubuntu trusty contrib
-
sourceline
:
deb https://packages.erlang-solutions.com/ubuntu trusty contrib
key_url
:
https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
key_url
:
https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc
packages
:
packages
:
-
erlang-nox
# apt-cache show erlang-nox=1:20.3-1 | grep Depends | tr ' ' '\n' | grep erlang | grep -v erlang-base-hipe | tr -d ',' | sed 's/$/=1:20.3-1/'
-
erlang-base=1:20.3-1
-
erlang-asn1=1:20.3-1
-
erlang-corba=1:20.3-1
-
erlang-crypto=1:20.3-1
-
erlang-diameter=1:20.3-1
-
erlang-edoc=1:20.3-1
-
erlang-eldap=1:20.3-1
-
erlang-erl-docgen=1:20.3-1
-
erlang-eunit=1:20.3-1
-
erlang-ic=1:20.3-1
-
erlang-inets=1:20.3-1
-
erlang-inviso=1:20.3-1
-
erlang-mnesia=1:20.3-1
-
erlang-odbc=1:20.3-1
-
erlang-os-mon=1:20.3-1
-
erlang-parsetools=1:20.3-1
-
erlang-percept=1:20.3-1
-
erlang-public-key=1:20.3-1
-
erlang-runtime-tools=1:20.3-1
-
erlang-snmp=1:20.3-1
-
erlang-ssh=1:20.3-1
-
erlang-ssl=1:20.3-1
-
erlang-syntax-tools=1:20.3-1
-
erlang-tools=1:20.3-1
-
erlang-xmerl=1:20.3-1
-
erlang-nox=1:20.3-1
env
:
env
:
global
:
global
:
...
@@ -59,8 +85,10 @@
...
@@ -59,8 +85,10 @@
jobs
:
jobs
:
include
:
include
:
-
python
:
pypy3
-
python
:
pypy
-
python
:
2.7
-
python
:
2.7
-
python
:
3.4
-
python
:
3.4
-
python
:
3.5
-
python
:
3.5
-
python
:
3.6
-
python
:
3.6
-
python
:
3.7-dev
-
python
:
3.7-dev
...
@@ -62,10 +90,8 @@
...
@@ -62,10 +90,8 @@
-
python
:
2.7
-
python
:
2.7
-
python
:
3.4
-
python
:
3.4
-
python
:
3.5
-
python
:
3.5
-
python
:
3.6
-
python
:
3.6
-
python
:
3.7-dev
-
python
:
3.7-dev
-
python
:
pypy
-
python
:
pypy3
-
stage
:
coverage
-
stage
:
coverage
python
:
3.6
python
:
3.6
services
:
[]
services
:
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment