Skip to content

Commit 480bf4c

Browse files
committed
Make tests relative to package
1 parent 8ea043a commit 480bf4c

File tree

75 files changed

+6
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- pip install -e .
1414
script:
1515
- flake8
16-
- py.test --cov=graphql tests
16+
- py.test --cov=graphql graphql tests
1717
after_success:
1818
- coveralls
1919
matrix:
@@ -22,4 +22,4 @@ matrix:
2222
script:
2323
- flake8
2424
- import-order graphql
25-
- py.test --cov=graphql tests tests_py35
25+
- py.test --cov=graphql graphql tests tests_py35

0 commit comments

Comments
 (0)