Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#60: Migration from Travis CI to Github CI - include rkd_python into …
Browse files Browse the repository at this point in the history
…PYTHON PATH
  • Loading branch information
blackandred committed Nov 24, 2020
1 parent ec2a344 commit c63641d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rkd/makefile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import os
import sys
import inspect

sys.path.append(os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + '/../subpackages/rkd_python/')


from rkd.api.syntax import TaskAliasDeclaration as Task # RKD API (for defining shortcuts/aliases for whole tasks lists)
from rkd.api.syntax import TaskDeclaration # RKD API (for declaring usage of given task, importing it)
from rkd.api.contract import ExecutionContext # RKD API (one of dependencies - context gives us access to commandline arguments and environment variables)
Expand Down

0 comments on commit c63641d

Please sign in to comment.