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 @@ -23,7 +23,7 @@ matrix:
23
23
- pip install flake8 coverage
24
24
script :
25
25
- flake8
26
- - BOKEH_BROWSER=none catchsegv coverage run setup.py test
26
+ - BOKEH_BROWSER=none catchsegv coverage run -m backtesting. test
27
27
after_success :
28
28
- bash <(curl -s https://codecov.io/bash)
29
29
@@ -45,4 +45,4 @@ install:
45
45
- pip install -U --pre .[test]
46
46
47
47
script :
48
- - BOKEH_BROWSER=none time catchsegv python setup.py test
48
+ - 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