Skip to content

Commit

Permalink
Added Travis job to run 'python3.6 setup.py test' instead of tox.
Browse files Browse the repository at this point in the history
Diagnostics for postmanlabs#403.
  • Loading branch information
javabrett committed May 6, 2018
1 parent e987ecf commit 5574bd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ matrix:
env: TOXENV=py27
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=
script:
- python3.6 setup.py test

install:
- travis_retry pip install tox
Expand Down

0 comments on commit 5574bd8

Please sign in to comment.