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

Bumpy mypy versions #28

Merged
merged 6 commits into from
Nov 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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