Proper syntax for two install commands

This commit is contained in:
2017-04-22 13:08:06 +02:00
parent 3d21eade48
commit 49bfcb75eb

View File

@@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.5"
install: pip install tox-travis
install: sh get_testdata.sh
install:
- pip install tox-travis
- sh get_testdata.sh
script: tox