We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b97cf commit 681cb2fCopy full SHA for 681cb2f
1 file changed
.travis.yml
@@ -30,6 +30,8 @@ install:
30
- conda install pyqt -y -q
31
- conda install pip -y -q
32
- pip install pytelemetry docopt sortedcontainers pyqtgraph pytest-cov
33
+ - export PYTHONPATH="$PYTHONPATH:$TRAVIS_BUILD_DIR"
34
+
35
# command to run tests
36
script:
37
- py.test --cov
0 commit comments