Skip to content

Commit 576de82

Browse files
committed
Trying to include Python 2.7 back into Travis
1 parent caa42e8 commit 576de82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ matrix:
3636
- pip install pytest-asyncio
3737
script:
3838
- py.test --cov=graphql graphql tests tests_py35
39+
- python: '2.7'
40+
3941
deploy:
4042
provider: pypi
4143
user: syrusakbary

0 commit comments

Comments
 (0)