We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1bcf8 commit 8188ba4Copy full SHA for 8188ba4
.travis.yml
@@ -21,7 +21,7 @@ matrix:
21
- pip install flake8 coverage
22
script:
23
- flake8
24
- - BOKEH_BROWSER=none catchsegv coverage run setup.py test
+ - BOKEH_BROWSER=none catchsegv coverage run -m backtesting.test
25
after_success:
26
- bash <(curl -s https://codecov.io/bash)
27
@@ -42,4 +42,4 @@ install:
42
- pip install --pre .[test]
43
44
45
- - BOKEH_BROWSER=none time catchsegv python setup.py test
+ - BOKEH_BROWSER=none time catchsegv python -m backtesting.test
setup.py
@@ -51,7 +51,6 @@
51
'flake8',
52
],
53
},
54
- test_suite="backtesting.test",
55
python_requires='>=3.4',
56
author='Zach Lûster',
57
classifiers=[
0 commit comments