Add quotes for consistency.

This commit is contained in:
Graham Dumpleton
2016-12-18 16:49:11 +11:00
parent e717f1df1a
commit c53fb88e61

View File

@@ -4,7 +4,7 @@ python:
env:
global:
- COVERAGE_CMD="coverage run -m"
- COVERAGE_DEP=coverage
- COVERAGE_DEP="coverage"
install:
- pip install tox coveralls
script: