"src/vscode:/vscode.git/clone" did not exist on "65d735ba4574019b1d4252fb1e1a307f3c8f8262"
Commit 69d3dc23 authored by rusty1s's avatar rusty1s
Browse files

fix bug

parent 4ad2b395
...@@ -113,7 +113,7 @@ install: ...@@ -113,7 +113,7 @@ install:
- pip install flake8 - pip install flake8
- pip install codecov - pip install codecov
- pip install scipy==1.4.1 - pip install scipy==1.4.1
- python setup.py .[test] - pip install .[test]
script: script:
- flake8 . - flake8 .
- python setup.py test - python setup.py test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment