Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b66bfbd

Browse files
authored
Update pythonpackage.yml
Remove nose tests
1 parent 9523033 commit b66bfbd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎.github/workflows/pythonpackage.yml‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,19 @@ jobs:
4242
# and cause subsequent tests to fail
4343
cat test/fixtures/.gitconfig >> ~/.gitconfig
4444
- name: Lint with flake8
45+
4546
run: |
4647
set -x
4748
pip install flake8
4849
# stop the build if there are Python syntax errors or undefined names
4950
flake8 --ignore=W293,E265,E266,W503,W504,E731 --count --show-source --statistics
51+
5052
- name: Check types with mypy
5153
run: |
5254
set -x
5355
pip install tox
5456
tox -e type
55-
- name: Test with nose
56-
run: |
57-
set -x
58-
pip install nose
59-
nosetests -v --with-coverage
57+
6058
- name: Documentation
6159
run: |
6260
set -x

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /