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"
|
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
|