We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010474b commit 6026f8eCopy full SHA for 6026f8e
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
3
matrix:
4
include:
5
- - env: TOXENV=black,flake,mypy
+ - env: TOXENV=black,flake8,mypy
6
python: 3.7
7
dist: xenial
8
sudo: true
@@ -23,7 +23,7 @@ install:
23
- poetry install
24
25
script:
26
- - tox -e $TOX_ENV -- --cov-report term-missing --cov=graphql
+ - tox -e $TOXENV -- --cov-report term-missing --cov=graphql
27
28
after_success:
29
- codecov
0 commit comments