Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Do not produce bytecode files for testbed/. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored and yurishkuro committed Jun 5, 2018
1 parent f9d6c51 commit 306aff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test:
$(pytest) $(test_args)

testbed:
python -m testbed
PYTHONDONTWRITEBYTECODE=1 python -m testbed

jenkins:
pip install -r requirements.txt
Expand Down

0 comments on commit 306aff6

Please sign in to comment.