Skip to content

Commit

Permalink
#3 debug build - 3: updated PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Jul 21, 2022
1 parent 9b7a6f7 commit 7aba4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- pip install -r requirements.txt

script:
- export PYTHONPATH=./tksbrokerapi
- export PYTHONPATH="$PWD;$PWD/tksbrokerapi;$PWD/tests"
- env
- py.test tests -v --disable-pytest-warnings

Expand Down

0 comments on commit 7aba4a2

Please # to comment.