Skip to content

Commit

Permalink
Include PyTorch 1.1 type stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed May 31, 2019
1 parent 2ebac75 commit a3e45cd
Show file tree
Hide file tree
Showing 23 changed files with 1,561 additions and 1,508 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ language: python
# Supported Python versions
dist: xenial # required for Python >= 3.7
python:
- 3.6
- 3.7
- 3.6

# Supported PyTorch versions
env:
- PYTORCH=1.0.0
- PYTORCH=1.0.1
- PYTORCH=1.1.0
- PYTORCH=1.0.1
- PYTORCH=1.0.0

stages:
- lint
Expand All @@ -21,6 +21,7 @@ jobs:
include:
- stage: lint
install:
- pip install torch==$PYTORCH
- pip install flake8 mypy
script:
- flake8 .
Expand Down

0 comments on commit a3e45cd

Please sign in to comment.