Skip to content

Commit 03a4f84

Browse files
authored
ignore .vscode and update travis py versions (#8)
1 parent ed02351 commit 03a4f84

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ dist/
105105
.pytest_cache/
106106
.ftpconfig
107107
.ftpignore
108+
.vscode/

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ python:
77
- 3.5
88
- 3.6
99
- 3.7
10+
- 3.8
11+
- 3.9
1012

1113
install:
1214
- pip install -U pip setuptools setuptools_scm numpy

0 commit comments

Comments
 (0)