dda-python-terraform/.travis.yml

16 lines
338 B
YAML
Raw Normal View History

2016-11-18 07:46:05 +00:00
language: python
python:
- "2.7"
2016-11-18 08:11:20 +00:00
# - "3.2"
# - "3.3"
# - "3.4"
2016-11-18 07:46:05 +00:00
- "3.5"
# - "3.5-dev" # 3.5 development branch
# - "3.6-dev" # 3.6 development branch
# - "nightly" # currently points to 3.7-dev
# command to install dependencies
2016-11-18 08:11:20 +00:00
install: "pip install -r test/requirements.txt"
2016-11-18 07:46:05 +00:00
# command to run tests
script:
- cd test
- pytest