Skip to content

Commit 0d71ee3

Browse files
authored
Merge pull request #493 from fcollonval/asynchronous-git-cmds
Asynchronous git cmds
2 parents 7062ceb + 99bea89 commit 0d71ee3

File tree

11 files changed

+2099
-2226
lines changed

11 files changed

+2099
-2226
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)