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

Commit

Permalink
Bumpy mypy versions (#28)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Alan Du authored and shoyer committed Nov 21, 2018
1 parent f1a613b commit 57eedfd
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 153 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.mypy_cache
.pytest_cache
__pycache__
numpy_stubs.egg-info/
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: python
python: 3.6
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.6

notifications:
email: false
Expand All @@ -10,6 +15,7 @@ install:

script:
- flake8
- black --check numpy-stubs
- py.test

cache:
Expand Down
Loading

0 comments on commit 57eedfd

Please sign in to comment.