Skip to content

Commit

Permalink
Travis adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-trzesiok committed Sep 3, 2021
1 parent 9459275 commit a1fbdb6
Show file tree
Hide file tree
Showing 30 changed files with 60 additions and 7,870 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ language: python
services:
- xvfb
before_install:
- nvm install 10.8
- nvm install 12.14
before_script:
- pip install vtk pixelmatch flask msgpack webdriver_manager selenium scikit-image
- cd js
- pip install vtk pixelmatch flask msgpack webdriver_manager selenium scikit-image jupyterlab
- npm install webpack webpack-cli -g
- npm install
- cd js
- npm install
- cd ..
- pip install -e .
- cd k3d
script: pytest
24 changes: 0 additions & 24 deletions Untitled.ipynb

This file was deleted.

6 changes: 0 additions & 6 deletions Untitled1.ipynb

This file was deleted.

57 changes: 0 additions & 57 deletions Untitled3.ipynb

This file was deleted.

21 changes: 18 additions & 3 deletions examples/lines_colors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "f0673bc0c53d4994ad197b2b1c86428b",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"Output()"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import k3d\n",
"\n",
Expand Down Expand Up @@ -138,7 +153,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
Loading

0 comments on commit a1fbdb6

Please sign in to comment.