Skip to content

Commit f9d2a62

Browse files
committed
Fixed travis 2.7 tests
1 parent e3babc3 commit f9d2a62

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ before_install:
2020
install:
2121
- pip install -e .[test]
2222
script:
23+
- flake8
2324
- py.test --cov=graphql graphql tests
2425
after_success:
2526
- coveralls
@@ -35,11 +36,6 @@ matrix:
3536
- pip install pytest-asyncio
3637
script:
3738
- py.test --cov=graphql graphql tests tests_py35
38-
- python: '2.7'
39-
install: pip install flake8
40-
script:
41-
- flake8
42-
- py.test --cov=graphql graphql tests
4339
deploy:
4440
provider: pypi
4541
user: syrusakbary

0 commit comments

Comments
 (0)