8000 Run formatting only on 3.7 · sajith/codecov-python@9d43fb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d43fb4

Browse files
committed
Run formatting only on 3.7
1 parent ad9e538 commit 9d43fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ matrix:
2626
- python-mock
2727
- python: 3.7
2828
dist: xenial
29+
script: make format
2930

3031
install:
3132
- pip install -r tests/requirements.txt
3233
- python setup.py install
3334
script:
3435
- make reinstall
35-
- make format
3636
- make test
3737
# - pytest tests/test.py --cov=codecov
3838
after_success:

0 commit comments

Comments
 (0)
0