Skip to content

Commit

Permalink
fix yaml format bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jooh committed Apr 30, 2019
1 parent 4e190f1 commit 63f0398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- 3.7
- 3.6
install:
pip install -U tox-travis
python setup.py -q install
- pip install -U tox-travis
- python setup.py -q install
script: tox
deploy:
provider: pypi
Expand Down

0 comments on commit 63f0398

Please sign in to comment.