Skip to content

Commit 4aa86e3

Browse files
authored
Fix travis builds (#65)
Fix travis builds
2 parents 9a75ebc + f331f17 commit 4aa86e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ max-line-length = 160
55
[isort]
66
known_first_party=graphql
77

8-
[pytest]
8+
[tool:pytest]
99
norecursedirs = venv .tox .cache

Diff for: tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ setenv =
88
deps =
99
pytest>=2.7.2
1010
pytest-flask>=0.10.0
11-
graphql-core>=2.1
12-
graphql-server-core>=1.1
11+
graphql-core>=2.1,<3
12+
graphql-server-core>=1.1,<2
1313
Flask>=0.10.0
1414
pytest-cov
1515
commands =

0 commit comments

Comments
 (0)