1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix pip install of tox in travis.

This commit is contained in:
Ivan Malison
2014-10-02 15:48:29 -07:00
parent 3a46a6f210
commit c3427ae3a2

View File

@@ -48,5 +48,5 @@ exclude:
matrix:
fast_finish: true
install:
- pip install tox >= 1.8.0
- pip install "tox>=1.8.0"
script: tox