Skip to content

Commit

Permalink
Version lock for jupyter-client (#211)
Browse files Browse the repository at this point in the history
* move to single requirements-dev without lux-widget install manually

* pin jedi version

* pin jupyter-client version

* add back old travis and requirement-dev
  • Loading branch information
dorisjlee committed Jan 9, 2021
1 parent 623fb51 commit e1430df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ language: python
python:
- "3.7"
install:
- pip install jupyter-client==6.1.6
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install git+https://github.com/lux-org/lux-widget
# command to run tests
script:
- black --target-version py37 --line-length 105 --check .
- python -m pytest tests/*.py
- pytest --cov-report term --cov=lux tests/
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e1430df

Please sign in to comment.