Skip to content

Commit 907e1de

Browse files
committed
Update travis
1 parent a39fcf6 commit 907e1de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ python:
44
- "3.7"
55
- "3.8"
66
- "3.9"
7-
7+
os:
8+
- linux
9+
- osx
10+
- windows
811
before_install:
9-
- py -m pip install --upgrade pip
12+
- python -m pip install --upgrade pip
1013

1114
install:
1215
- pip install -r requirements.txt

0 commit comments

Comments
 (0)