Skip to content

Commit

Permalink
Fix travis builds (#65)
Browse files Browse the repository at this point in the history
Fix travis builds
  • Loading branch information
jkimbo authored Dec 5, 2019
2 parents 9a75ebc + f331f17 commit 4aa86e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ max-line-length = 160
[isort]
known_first_party=graphql

[pytest]
[tool:pytest]
norecursedirs = venv .tox .cache
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ setenv =
deps =
pytest>=2.7.2
pytest-flask>=0.10.0
graphql-core>=2.1
graphql-server-core>=1.1
graphql-core>=2.1,<3
graphql-server-core>=1.1,<2
Flask>=0.10.0
pytest-cov
commands =
Expand Down

0 comments on commit 4aa86e3

Please sign in to comment.