File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ matrix:
21
21
- pip install flake8 coverage
22
22
script :
23
23
- flake8
24
- - BOKEH_BROWSER=none catchsegv coverage run setup.py test
24
+ - BOKEH_BROWSER=none catchsegv coverage run -m backtesting. test
25
25
after_success :
26
26
- bash <(curl -s https://codecov.io/bash)
27
27
@@ -42,4 +42,4 @@ install:
42
42
- pip install --pre .[test]
43
43
44
44
script :
45
- - BOKEH_BROWSER=none time catchsegv python setup.py test
45
+ - BOKEH_BROWSER=none time catchsegv python -m backtesting. test
Original file line number Diff line number Diff line change 3
3
suite = unittest .defaultTestLoader .discover ('backtesting.test' ,
4
4
pattern = '_test*.py' )
5
5
if __name__ == '__main__' :
6
- unittest .TextTestRunner ().run (suite )
6
+ unittest .TextTestRunner (verbosity = 2 ).run (suite )
You can’t perform that action at this time.
0 commit comments