Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ansible
docker
Commits
3d4ac03a
Commit
3d4ac03a
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Use tox-travis.
- Don't cache .tox, packages aren't updated.
parent
f39051a9
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-2
1 addition, 2 deletions
.travis.yml
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
2 additions
and
3 deletions
.travis.yml
+
1
−
2
View file @
3d4ac03a
...
...
@@ -27,14 +27,13 @@ cache:
-
pip
-
directories
:
-
$HOME/.pre-commit
-
.tox
install
:
-
sudo apt-get update
-
sudo apt-get install -y linux-headers-$(uname -r) virtualbox
-
wget https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1_x86_64.deb
-
sudo dpkg -i vagrant_1.9.1_x86_64.deb
-
pip install tox | cat
-
pip install tox
-travis
| cat
script
:
-
travis_wait 45 tox -- $tox_switches
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
3d4ac03a
...
...
@@ -14,7 +14,7 @@ commands =
molecule
dependency
pre-commit
run
--all-files
[testenv
:molecule
]
[testenv]
envdir
=
{toxinidir}/.tox
deps
=
-rtests/requirements.txt
passenv
=
HOME VBOX* ANSIBLE_*
...
...
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