Skip to content

Commit

Permalink
Merge branch 'dfapi'
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed May 30, 2020
2 parents d385c20 + 18f4a6a commit 4f673ca
Show file tree
Hide file tree
Showing 116 changed files with 71,711 additions and 16,054 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.pyc
.ipynb_checkpoints/

.vscode/
doc/_build
./venv
# Jupyter Widget
node_modules/
dist/
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ python:
- "3.7"
install:
- pip install -r requirements.txt
- npm i lux-widget
# command to run tests
script:
- python -m pytest
- python -m pytest tests/*.py
# - python -m pytest

0 comments on commit 4f673ca

Please sign in to comment.