Skip to content

Commit

Permalink
fix(test): Add repo path to system path.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Apr 13, 2019
1 parent 9d739e9 commit 6f7d15e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
# You may not use this work except in compliance with the Licence.
# You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
import os
import sys
import unittest
import os.path as osp
sys.path.insert(0, osp.join(osp.dirname(__file__), '../'))
from setup import get_long_description, read_project_version

EXTRAS = os.environ.get('EXTRAS', 'dev')
Expand Down

0 comments on commit 6f7d15e

Please sign in to comment.