A correct way to set a circleci envvar?

This commit is contained in:
rocky
2015-12-14 15:18:56 -05:00
parent ce337e5ec0
commit 551397e969

View File

@@ -1,7 +1,9 @@
machine:
python:
version: 2.7.8
environment:
COMPILE: --compile
test:
override:
- COMPILE='--compile' make check
- make check