We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d475432 commit cf90ba0Copy full SHA for cf90ba0
2 files changed
.travis.yml
@@ -3,7 +3,7 @@ sudo: false
3
matrix:
4
include:
5
- python: '3.7'
6
- env: TOX_ENV=flake8
+ env: TOXENV=flake8
7
- python: '3.6'
8
9
- python: '3.8'
tox.ini
@@ -7,7 +7,7 @@ deps =
.[test]
commands =
10
- {posargs:py.test --cov=sanic_graphql tests}
+ {posargs:py.test tests}
11
12
[testenv:flake8]
13
deps = flake8
0 commit comments