Skip to content

Commit 7b2e13b

Browse files
committed
parallelize tests.
1 parent e7b5d2b commit 7b2e13b

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.travis.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
language: python
2-
python: 2.7
32
sudo: yes
43

4+
matrix:
5+
include:
6+
- python: 2.7
7+
env: TOXENV=py27-ansible21
8+
- python: 2.7
9+
env: TOXENV=py27-ansible20
10+
- python: 2.7
11+
env: TOXENV=py27-ansible19
12+
513
install:
614
- pip install tox
715

816
script:
9-
- tox -e travis
17+
- tox
18+
19+
notifications:
20+
webhooks: https://galaxy.ansible.com/api/v1/notifications/
21+
22+
before_cache:
23+
- rm -f ${HOME}/.cache/pip/log/debug.log
24+
25+
cache:
26+
directories:
27+
- ${HOME}/.cache/pip

0 commit comments

Comments
 (0)