Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 63f0398

Browse files
committed
fix yaml format bug
1 parent 4e190f1 commit 63f0398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ python:
44
- 3.7
55
- 3.6
66
install:
7-
pip install -U tox-travis
8-
python setup.py -q install
7+
- pip install -U tox-travis
8+
- python setup.py -q install
99
script: tox
1010
deploy:
1111
provider: pypi

0 commit comments

Comments
 (0)