Skip to content

Commit 92cb3a0

Browse files
Aaron SoellingerAaron Soellinger
authored andcommitted
added version checker script to scripts
1 parent d4d7cb4 commit 92cb3a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ matrix:
88
- python: 3.8
99
install:
1010
- pip install tox-travis
11-
script: tox
11+
script:
12+
- tox
13+
- /bin/bash scripts/test.sh $TRAVIS_PULL_REQUEST

0 commit comments

Comments
 (0)