You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
A correct way to set a circleci envvar?
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
machine:
|
machine:
|
||||||
python:
|
python:
|
||||||
version: 2.7.8
|
version: 2.7.8
|
||||||
|
environment:
|
||||||
|
COMPILE: --compile
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- COMPILE='--compile' make check
|
- make check
|
||||||
|
Reference in New Issue
Block a user