Skip to content

Commit f88e93d

Browse files
committed
fix: remove travis.yml
fix: typo left unnecessary ` ; fi` while copy paste
1 parent ef5cc9e commit f88e93d

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt && pip install -r requirements-dev.txt
30-
pip install -e .; fi
30+
pip install -e .
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

.travis.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)