Skip to content

Commit d998265

Browse files
committed
Fix travis build.
1 parent ce18681 commit d998265

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ env:
2828
install: pip install -U tox
2929
language: python
3030
python: 3.5
31-
script: tox -e ${TOXENV}
31+
script:
32+
- make msg
33+
- tox -e ${TOXENV}

0 commit comments

Comments
 (0)