Skip to content

Commit

Permalink
Merge remote-tracking branch 'BrianThomasRoss/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianThomasRoss committed Jul 28, 2020
2 parents a9bc7ef + 8b38f2b commit 7245784
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python
python:
- 3.6
- 3.7
script: cd web && pip install -r requirements.txt && nvm install 12 && nvm use 12 && npm install && cp .env.example
script: cd web && pip install -r requirements/dev.txt && nvm install 12 && nvm use 12 && npm install && cp .env.example
.env &&
source .env
&& npm run lint && flask lint --check && flask test
2 changes: 1 addition & 1 deletion web/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environs = "8.0.0"
dash = "^1.13.4"
dash-bootstrap-components = "^0.10.3"
pandas = "^1.0.5"
dash-table = "^4.8.1"
dash-table = "4.8.1"

[tool.poetry.dev-dependencies]
pytest = "5.4.3"
Expand Down

0 comments on commit 7245784

Please sign in to comment.