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