github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/pkg/projectfile/testdata/activestate.yaml (about) 1 project: https://platform.activestate.com/ActiveState/CodeIntel?branch=main 2 namespace: github.com/ActiveState/CodeIntel 3 environments: dev,qa,prod 4 constants: 5 - name: DEBUG 6 value: true 7 - name: PYTHONPATH 8 value: '%projectDir%/src:%projectDir%/tests' 9 - name: PYTHONPATH 10 value: '%projectDir%/src:%projectDir%/tests' 11 secrets: 12 user: 13 - name: user-secret 14 description: user-secret-description 15 project: 16 - name: project-secret 17 description: project-secret-description 18 events: 19 - name: FIRST_INSTALL 20 value: '%pythonExe% %projectDir%/setup.py prepare' 21 - name: AFTER_UPDATE 22 value: '%pythonExe% %projectDir%/setup.py prepare' 23 scripts: 24 - name: tests 25 value: pytest %projectDir%/tests 26 - name: debug 27 value: debug foo