mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Missing semicolons
This commit is contained in:
parent
2b2929f731
commit
47b5ab43be
1 changed files with 2 additions and 2 deletions
|
|
@ -18,9 +18,9 @@ install:
|
|||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
|
||||
choco install python3;
|
||||
export PATH=/c/Python37:/c/Python37/Scripts:/c/Python38:/c/Python38/Scripts:$PATH;
|
||||
python -m pip install -e .[test]
|
||||
python -m pip install -e .[test];
|
||||
else
|
||||
pip install -e .[test]
|
||||
pip install -e .[test];
|
||||
fi;
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue