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: python:
- "2.7" - "2.7"
- "3.5" - "3.5"
install: pip install tox-travis install:
install: sh get_testdata.sh - pip install tox-travis
- sh get_testdata.sh
script: tox script: tox