python-benedict/.travis.yml

14 lines
159 B
YAML
Raw Normal View History

2020-02-20 16:27:00 +00:00
os: linux
2019-05-17 11:13:15 +00:00
language: python
2019-07-02 13:19:47 +00:00
cache: pip
2020-03-01 10:45:22 +00:00
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
2020-10-07 08:44:37 +00:00
# - "3.9"
2019-05-17 11:13:15 +00:00
install:
2020-03-01 10:45:22 +00:00
- pip install tox-travis
2019-05-17 11:13:15 +00:00
script:
2020-03-01 10:45:22 +00:00
- tox