Skip to content

Commit

Permalink
💚 👷 Fix Github Actions & rm travis CI
Browse files Browse the repository at this point in the history
fixes #62
  • Loading branch information
nipunsadvilkar committed May 29, 2020
1 parent 4b8d87d commit 55def2e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 88 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv --upgrade-strategy=only-if-needed
pip install flake8
pipenv install --dev
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ twine = "*"
pytest = "*"

[packages]
pytest = "*"
spacy = "*"

[requires]
Expand Down
73 changes: 1 addition & 72 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55def2e

Please sign in to comment.