Skip to content

Commit ea15c6e

Browse files
committed
Merge pull request #42 from dittos/libgraphqlparser-ast
[RFC] Code-gen AST types
2 parents 2ebb339 + 692c064 commit ea15c6e

File tree

10 files changed

+670
-65
lines changed

10 files changed

+670
-65
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "libgraphqlparser"]
2+
path = libgraphqlparser
3+
url = https://github.com/graphql/libgraphqlparser.git

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- pip install pytest>=2.7.3 --upgrade
1212
- pip install -e .
1313
script:
14-
- py.test --cov=graphql
14+
- py.test --cov=graphql tests
1515
- flake8
1616
after_success:
1717
- coveralls

0 commit comments

Comments
 (0)