Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
d0ecceea
Commit
d0ecceea
authored
Oct 15, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12707 from mgedmin/travis
Run Travis integration tests with the right Python version
parents
5617f6aa
9802c006
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
.travis.yml
+14
-10
No files found.
.travis.yml
View file @
d0ecceea
sudo
:
false
sudo
:
false
language
:
python
language
:
python
env
:
matrix
:
-
TOKENV=py24
include
:
-
TOXENV=py26
-
env
:
TOXENV=py24 INTEGRATION=no
-
TOXENV=py27
-
env
:
TOXENV=py26 INTEGRATION=yes
-
TOXENV=py34
python
:
2.6
-
TOXENV=py35
-
env
:
TOXENV=py27 INTEGRATION=yes
python
:
2.7
-
env
:
TOXENV=py34 INTEGRATION=no
python
:
3.4
-
env
:
TOXENV=py35 INTEGRATION=no
python
:
3.5
addons
:
addons
:
apt
:
apt
:
sources
:
sources
:
-
deadsnakes
-
deadsnakes
packages
:
packages
:
-
python2.4
-
python2.4
-
python3.5-dev
install
:
install
:
-
pip install tox PyYAML Jinja2 sphinx
-
pip install tox PyYAML Jinja2 sphinx
script
:
script
:
# urllib2's defaults are not secure enough for us
# urllib2's defaults are not secure enough for us
-
./test/code-smell/replace-urlopen.sh .
-
./test/code-smell/replace-urlopen.sh .
-
if test x"$TO
KENV" != x'py24' ; then
tox ; fi
-
if test x"$TO
XENV" != x'py24' ; then
tox ; fi
-
if test x"$TO
K
ENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi
-
if test x"$TO
X
ENV" = x'py24' ; then python2.4 -V && python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce).py' lib/ansible/module_utils ; fi
#- make -C docsite all
#- make -C docsite all
-
source ./hacking/env-setup && cd test/integration/ && make test_var_precedence
-
if test x"$INTEGRATION" = x'yes' ; then source ./hacking/env-setup && cd test/integration/ && make test_var_precedence ; fi
after_success
:
after_success
:
-
coveralls
-
coveralls
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