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
4fe78e80
Commit
4fe78e80
authored
11 years ago
by
Donald Stufft
Browse files
Options
Downloads
Patches
Plain Diff
Don't use coveralls
parent
6fb02086
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
+9
-12
9 additions, 12 deletions
.travis.yml
with
9 additions
and
12 deletions
.travis.yml
+
9
−
12
View file @
4fe78e80
language
:
python
language
:
python
python
:
2.7
python
:
2.7
env
:
env
:
-
TOX
_
ENV=py26
-
TOXENV=py26
-
TOX
_
ENV=py27
-
TOXENV=py27
-
TOX
_
ENV=py32
-
TOXENV=py32
-
TOX
_
ENV=py33
-
TOXENV=py33
-
TOX
_
ENV=pypy
-
TOXENV=pypy
install
:
install
:
-
"
[[
${TOX
_
ENV}
==
pypy
]]
&&
sudo
add-apt-repository
-y
ppa:pypy/ppa
||
true"
-
"
[[
${TOXENV}
==
pypy
]]
&&
sudo
add-apt-repository
-y
ppa:pypy/ppa
||
true"
-
"
[[
${TOX
_
ENV}
==
pypy
]]
&&
sudo
apt-get
-y
update
&&
sudo
apt-get
-y
install
pypy
||
true"
-
"
[[
${TOXENV}
==
pypy
]]
&&
sudo
apt-get
-y
update
&&
sudo
apt-get
-y
install
pypy
||
true"
# 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.
-
"
[[
${TOX
_
ENV}
==
pypy
]]
&&
sudo
rm
-rf
/usr/local/pypy/bin
||
true"
-
"
[[
${TOXENV}
==
pypy
]]
&&
sudo
rm
-rf
/usr/local/pypy/bin
||
true"
-
pip install tox coveralls
-
pip install tox coveralls
script
:
script
:
-
tox -e $TOX_ENV
-
tox -e $TOXENV
after_success
:
-
coveralls
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