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
2b158f2d8415
Commit
2b158f2d8415
authored
8 years ago
by
Gavin M. Roy
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup the .travis-ci script
parent
6bae2f2ba392
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+3
-24
3 additions, 24 deletions
.travis.yml
with
3 additions
and
24 deletions
.travis.yml
+
3
−
24
View file @
2b158f2d
language
:
python
language
:
python
os
:
-
linux
python
:
python
:
-
2.6
-
2.6
-
2.7
-
2.7
...
@@ -11,11 +8,4 @@
...
@@ -11,11 +8,4 @@
-
3.5
-
3.5
-
3.6
-
3.6
matrix
:
include
:
-
os
:
osx
# Cursory validation on osx, but only with python 3 (to avoid builds taking too long)
# Workaround for Tavis's current lack of official support for Python on OS X
# Reference https://github.com/travis-ci/travis-ci/issues/2312
language
:
generic
before_install
:
before_install
:
...
@@ -21,17 +11,4 @@
...
@@ -21,17 +11,4 @@
before_install
:
before_install
:
-
brew update
-
brew install libev
-
brew install python3
-
virtualenv env -p python3
-
source env/bin/activate
-
echo Installing RabbitMQ...
-
brew install rabbitmq
-
echo Starting RabbitMQ...
-
export PATH="${PATH}:/usr/local/sbin"
-
sudo rabbitmq-server -detached
before_install
:
-
echo Installing libev on Linux...
-
sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse"
-
sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse"
-
sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse"
-
sudo add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse"
-
sudo apt-get update -qq
-
sudo apt-get update -qq
...
@@ -50,4 +27,7 @@
...
@@ -50,4 +27,7 @@
services
:
services
:
-
rabbitmq
-
rabbitmq
before_script
:
-
sudo rabbitmqctl status
script
:
script
:
...
@@ -53,5 +33,4 @@
...
@@ -53,5 +33,4 @@
script
:
script
:
-
sudo rabbitmqctl status
-
nosetests
-
nosetests
after_success
:
after_success
:
...
...
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