Skip to content

Commit 55def2e

Browse files
💚 👷 Fix Github Actions & rm travis CI
fixes #62
1 parent 4b8d87d commit 55def2e

File tree

4 files changed

+3
-88
lines changed

4 files changed

+3
-88
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install pipenv --upgrade-strategy=only-if-needed
30-
pip install flake8
31-
pipenv install --dev
29+
pip install flake8 pytest
30+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3231
- name: Lint with flake8
3332
run: |
3433
# stop the build if there are Python syntax errors or undefined names

.travis.yml

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

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ twine = "*"
1010
pytest = "*"
1111

1212
[packages]
13-
pytest = "*"
1413
spacy = "*"
1514

1615
[requires]

Pipfile.lock

Lines changed: 1 addition & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)