Skip to content

Commit 6026f8e

Browse files
committed
Fix travis configuration
1 parent 010474b commit 6026f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22

33
matrix:
44
include:
5-
- env: TOXENV=black,flake,mypy
5+
- env: TOXENV=black,flake8,mypy
66
python: 3.7
77
dist: xenial
88
sudo: true
@@ -23,7 +23,7 @@ install:
2323
- poetry install
2424

2525
script:
26-
- tox -e $TOX_ENV -- --cov-report term-missing --cov=graphql
26+
- tox -e $TOXENV -- --cov-report term-missing --cov=graphql
2727

2828
after_success:
2929
- codecov

0 commit comments

Comments
 (0)