Skip to content

Commit 1f57876

Browse files
committed
Fixed flake8 not existing
1 parent 576de82 commit 1f57876

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
@@ -19,6 +19,8 @@ before_install:
1919
fi
2020
install:
2121
- pip install -e .[test]
22+
after_install:
23+
- pip install flake8
2224
script:
2325
- flake8
2426
- py.test --cov=graphql graphql tests

0 commit comments

Comments
 (0)