We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce18681 commit d998265Copy full SHA for d998265
.travis.yml
@@ -28,4 +28,6 @@ env:
28
install: pip install -U tox
29
language: python
30
python: 3.5
31
-script: tox -e ${TOXENV}
+script:
32
+- make msg
33
+- tox -e ${TOXENV}
0 commit comments