Skip to content

Commit

Permalink
Fix minor inconsistency in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Dec 22, 2019
1 parent bdc2ca7 commit 4ad4dbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ matrix:
name: "Test Python 3.6"
env: TOXENV=py36
install: pip install tox
script:
- tox
script: tox
- python: 3.7
name: "Test Python 3.7"
env: TOXENV=py37
Expand Down

0 comments on commit 4ad4dbb

Please sign in to comment.