File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ install:
29
29
- conda install numpy -y -q
30
30
- conda install pyqt -y -q
31
31
- conda install pip -y -q
32
- - pip install pytelemetry docopt sortedcontainers pyqtgraph pytest-cov
32
+ - pip install -r dev-requirements.txt
33
33
- export PYTHONPATH="$PYTHONPATH:$TRAVIS_BUILD_DIR"
34
34
35
35
# command to run tests
36
36
script :
37
- - py.test -v --cov
37
+ - py.test -v --timeout=100
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ install:
39
39
- " %MINICONDA%\\ Scripts\\ conda install numpy -y -q"
40
40
- " %MINICONDA%\\ Scripts\\ conda install pyqt -y -q"
41
41
- " %MINICONDA%\\ Scripts\\ conda install pip -y -q"
42
- - " %MINICONDA%\\ Scripts\\ pip.exe install pytelemetry docopt sortedcontainers pyqtgraph pytest-cov"
43
42
- " cd %APPVEYOR_BUILD_FOLDER%"
43
+ - " %MINICONDA%\\ Scripts\\ pip.exe install -r dev-requirements.txt"
44
44
- " SET PYTHONPATH=%PYTHONPATH%;%APPVEYOR_BUILD_FOLDER%"
45
45
test_script :
46
- - " %MINICONDA%\\ Scripts\\ py.test -v --cov "
46
+ - " %MINICONDA%\\ Scripts\\ py.test -v --timeout=100 "
Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ pytelemetry>1.1.0
2
2
docopt
3
3
sortedcontainers
4
4
pyqtgraph
5
+ pytest-cov
6
+ pytest-timeout
You can’t perform that action at this time.
0 commit comments