Skip to content

Commit

Permalink
Add additional python3 test job for .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Phang committed Dec 23, 2018
1 parent 9899547 commit 86e04ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ before_install:
- sudo pip3 install wheel

install: true
script: make test TESTARGS=
script:
- |
make test TESTARGS=
make clean
make test PYTHON=/usr/bin/python3 TESTARGS=

0 comments on commit 86e04ee

Please sign in to comment.