Skip to content

Commit 9322d2c

Browse files
committed
Merge pull request #2 from dittos/master
Run import-order only in py3.5 in Travis
2 parents 2f7e074 + 6a121fc commit 9322d2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ install:
1212
- pip install -e .
1313
script:
1414
- flake8
15-
- import-order graphql
1615
- py.test --cov=graphql tests
1716
after_success:
1817
- coveralls
18+
matrix:
19+
include:
20+
- python: "3.5"
21+
script: import-order graphql

0 commit comments

Comments
 (0)