Skip to content

Commit 38941ed

Browse files
committed
add twine dep and remove unneeded install steps
1 parent 3957f6f commit 38941ed

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,5 @@ jobs:
3838
if: tag IS present AND repo = rmorshea/idom
3939
python: 3.6
4040
script:
41-
- sudo apt update
42-
# javascript dependencies
43-
- sudo apt install nodejs
44-
- npm install -g yarn
4541
- python setup.py bdist_wheel
4642
- twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD

requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
jupyter
22
pre-commit
33
notebook
4+
twine

0 commit comments

Comments
 (0)