python-benedict/.travis.yml

26 lines
393 B
YAML
Raw Normal View History

2019-05-17 11:13:15 +00:00
language: python
2019-05-17 15:10:37 +00:00
cache: pip
2019-05-17 11:13:15 +00:00
python: 3.5
env:
2019-06-01 15:24:01 +00:00
- TOX_ENV=py27
2019-05-17 11:13:15 +00:00
- TOX_ENV=py34
- TOX_ENV=py35
# - TOX_ENV=py36
# - TOX_ENV=py37
matrix:
include:
- python: "3.6"
2019-05-17 15:10:37 +00:00
env:
- TOX_ENV=py36
2019-05-17 11:13:15 +00:00
- python: "3.7"
2019-05-17 15:10:37 +00:00
env:
- TOX_ENV=py37
2019-05-17 11:13:15 +00:00
dist: xenial
language: python
sudo: required
install:
- pip install tox
script:
2019-05-17 15:10:37 +00:00
- tox -e $TOX_ENV
2019-05-17 11:13:15 +00:00
sudo: false