Skip to content

Commit e7080bc

Browse files
committed
[RFC] Code-gen AST types
1 parent d1c04e7 commit e7080bc

File tree

10 files changed

+812
-64
lines changed

10 files changed

+812
-64
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)