Skip to content

Commit 1c1b13f

Browse files
committed
Attempt fix for pytest on py3.5
1 parent a66c111 commit 1c1b13f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ python:
77
- 3.5
88
- pypy
99
install:
10-
- pip install pytest pytest-cov coveralls flake8
10+
- pip install pytest-cov coveralls flake8
11+
- pip install pytest>=2.7.3 --upgrade
1112
- pip install -e .
1213
script:
1314
- py.test --cov=graphql

0 commit comments

Comments
 (0)