Skip to content

Commit

Permalink
Added Travis job to run 'python3.6 setup.py test' for one build as an…
Browse files Browse the repository at this point in the history
… alternative to tox.

This will catch installation issues of the type seen in postmanlabs#403.
  • Loading branch information
javabrett committed Oct 23, 2018
1 parent 69c9c5c commit 112b7c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ matrix:
env: TOXENV=py27
- python: 3.6
env: TOXENV=py36
- python: 3.6
script:
- python3.6 setup.py test

install:
- travis_retry pip install tox
Expand Down

0 comments on commit 112b7c4

Please sign in to comment.