Skip to content

Commit

Permalink
renaming repo
Browse files Browse the repository at this point in the history
  • Loading branch information
simongarisch committed Oct 18, 2020
1 parent 787d342 commit 57598da
Show file tree
Hide file tree
Showing 75 changed files with 248 additions and 257 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ install:
- pip install coveralls

script:
- python -m pytest --cov=pytrade/
- flake8 pytrade
- python -m pytest --cov=pytrading/
- flake8 pytrading

after_success:
- coveralls
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"python.pythonPath": "env\\Scripts\\python.exe",
"python.testing.pytestArgs": [
"pytrade"
"pytrading"
],
"python.testing.pytestEnabled": true,
"python.formatting.provider": "black",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pytrade
# pytrading

[![Build Status](https://travis-ci.org/simongarisch/pytrade.svg?branch=master)](https://travis-ci.org/simongarisch/pytrade)
[![Coverage Status](https://coveralls.io/repos/github/simongarisch/pytrade/badge.svg)](https://coveralls.io/github/simongarisch/pytrade?branch=master)
[![Build Status](https://travis-ci.org/simongarisch/pytrading.svg?branch=master)](https://travis-ci.org/simongarisch/pytrading)
[![Coverage Status](https://coveralls.io/repos/github/simongarisch/pytrading/badge.svg)](https://coveralls.io/github/simongarisch/pytrading?branch=master)
2 changes: 1 addition & 1 deletion create_environment.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pip install -r requirements-dev.txt

REM CREATE A UNIQUE JUPYTER KERNEL FOR THIS PROJECT
pip install ipykernel
ipython kernel install --user --name=pytrade
ipython kernel install --user --name=pytrading

0 comments on commit 57598da

Please sign in to comment.