Skip to content

Commit 681cb2f

Browse files
committed
Added pytelemetrycli to sys.path
1 parent 68b97cf commit 681cb2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ install:
3030
- conda install pyqt -y -q
3131
- conda install pip -y -q
3232
- pip install pytelemetry docopt sortedcontainers pyqtgraph pytest-cov
33+
- export PYTHONPATH="$PYTHONPATH:$TRAVIS_BUILD_DIR"
34+
3335
# command to run tests
3436
script:
3537
- py.test --cov

0 commit comments

Comments
 (0)