1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/.travis.yml

19 lines
265 B
YAML
Raw Normal View History

sudo: false
language: python
env:
- TOXENV=py26
- TOXENV=py27
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
install:
2015-06-29 17:30:00 +02:00
- pip install tox PyYAML Jinja2 sphinx
script:
- tox
2015-07-01 16:23:26 +02:00
#- make -C docsite all
after_success:
- coveralls