Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 57eedfd

Browse files
Alan Dushoyer
Alan Du
authored andcommitted
Bumpy mypy versions (#28)
* Update test-requirements * Update order of overloads for correct matching * Test Python 3.7 as well * Ignore .egg-info for editable pip install * Use black to autoformat numpy-stubs * Fix Python 3.7 build
1 parent f1a613b commit 57eedfd

File tree

5 files changed

+79
-153
lines changed

5 files changed

+79
-153
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.mypy_cache
22
.pytest_cache
33
__pycache__
4+
numpy_stubs.egg-info/

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
language: python
2-
python: 3.6
2+
matrix:
3+
include:
4+
- python: 3.7
5+
dist: xenial
6+
sudo: true
7+
- python: 3.6
38

49
notifications:
510
email: false
@@ -10,6 +15,7 @@ install:
1015

1116
script:
1217
- flake8
18+
- black --check numpy-stubs
1319
- py.test
1420

1521
cache:

0 commit comments

Comments
 (0)