Skip to content

Commit fd92305

Browse files
fcollonvalFrederic Collonval
authored andcommitted
Use async-await
1 parent 7b24a9c commit fd92305

File tree

9 files changed

+1313
-1388
lines changed

9 files changed

+1313
-1388
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77
- /home/travis/.yarn-cache/
88
before_install:
99
- nvm install 10
10-
install: pip install pytest "jupyterlab~=1.1"
10+
install: pip install pytest pytest-asyncio "jupyterlab~=1.1"
1111
script:
1212
# Build the sdist (identical to what will be uploaded to eg pypi on release)
1313
- python setup.py sdist

0 commit comments

Comments
 (0)