Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
be8940fe
Commit
be8940fe
authored
11 years ago
by
Donald Stufft
Browse files
Options
Downloads
Patches
Plain Diff
update the .travis.yml
parent
061f8504
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+20
-4
20 additions, 4 deletions
.travis.yml
with
20 additions
and
4 deletions
.travis.yml
+
20
−
4
View file @
be8940fe
...
@@ -8,12 +8,28 @@ env:
...
@@ -8,12 +8,28 @@ env:
-
TOXENV=pypy
-
TOXENV=pypy
install
:
install
:
-
"
[[
${TOXENV}
==
pypy
]]
&&
sudo
add-apt-repository
-y
ppa:pypy/ppa
||
true"
# Add the PyPy repository
-
"
[[
${TOXENV}
==
pypy
]]
&&
sudo
apt-get
-y
update
&&
sudo
apt-get
-y
install
pypy
||
true"
-
"
if
[[
$TOXENV
==
'pypy'
]];
then
sudo
add-apt-repository
-y
ppa:pypy/ppa;
fi"
# Upgrade PyPy
-
"
if
[[
$TOXENV
==
'pypy'
]];
then
sudo
apt-get
-y
install
pypy;
fi"
# This is required because we need to get rid of the Travis installed PyPy
# This is required because we need to get rid of the Travis installed PyPy
# or it'll take precedence over the PPA installed one.
# or it'll take precedence over the PPA installed one.
-
"
[[
$
{
TOXENV
}
==
pypy
]]
&&
sudo
rm
-rf
/usr/local/pypy/bin
||
true
"
-
"
if
[[
$TOXENV
==
'
pypy
'
]]
;
then
sudo
rm
-rf
/usr/local/pypy/bin
;
fi
"
-
pip install tox coveralls
-
pip install tox coveralls
script
:
script
:
-
tox -e $TOXENV
-
tox
notifications
:
irc
:
channels
:
-
"
irc.freenode.org#cryptography-dev"
use_notice
:
true
skip_join
:
true
matrix
:
allow_failures
:
# There is a segfault issue with PyPy
-
env
:
TOXENV=pypy
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