Skip to content

Commit cf90ba0

Browse files
committed
Some more tweaks
1 parent d475432 commit cf90ba0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
matrix:
44
include:
55
- python: '3.7'
6-
env: TOX_ENV=flake8
6+
env: TOXENV=flake8
77
- python: '3.6'
88
- python: '3.7'
99
- python: '3.8'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps =
77
.[test]
88

99
commands =
10-
{posargs:py.test --cov=sanic_graphql tests}
10+
{posargs:py.test tests}
1111

1212
[testenv:flake8]
1313
deps = flake8

0 commit comments

Comments
 (0)