Skip to content

Commit a8fd83f

Browse files
committed
Fix Travis again, maybe
1 parent 998b1c6 commit a8fd83f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,22 @@ install:
66
matrix:
77
include:
88
- python: "3.6"
9+
dist: "xenial"
910
env:
1011
- TOX_ENV=py36
1112
- python: "3.7"
13+
dist: "xenial"
1214
env:
1315
- TOX_ENV=py37
1416
install:
1517
- pip install -U tox importlib-metadata
1618
- pip install -e .
1719
- python: "3.8"
20+
dist: "xenial"
1821
env:
1922
- TOX_ENV=py38
2023
- python: "3.9"
24+
dist: "xenial"
2125
env:
2226
- TOX_ENV=py39
2327
- python: "3.10"

0 commit comments

Comments
 (0)