Skip to content

Commit 8be5492

Browse files
authored
env:
1 parent e8a3efc commit 8be5492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ matrix:
2020
include:
2121
- python: "3.7"
2222
dist: xenial # required for Python >= 3.7
23-
TOXENV=optional
23+
env: TOXENV=optional
2424
- python: "3.7"
2525
dist: xenial # required for Python >= 3.7
26-
TOXENV=base
26+
env: TOXENV=base
2727
- python: "3.7"
2828
dist: xenial # required for Python >= 3.7
29-
TOXENV=six19-optional
29+
env: TOXENV=six19-optional
3030

3131
install:
3232
- pip install tox codecov

0 commit comments

Comments
 (0)