8000 Fix Travis · python/cherry-picker@ffa1d38 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffa1d38

Browse files
committed
Fix Travis
1 parent 44bd99f commit ffa1d38

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
@@ -10,13 +10,16 @@ cache: pip
1010

1111
language: python
1212
python:
13+
- "nightly"
14+
- "3.9"
15+
- "3.8"
1316
- "3.7"
1417
- "3.6"
15-
- "nightly" # currently, it's 3.8-dev
1618

1719

1820
install:
19-
- python -m pip install --upgrade flit pip
21+
- python -m pip install --upgrade flit
22+
- python -m pip install --upgrade pip
2023
- flit install
2124

2225
script:

0 commit comments

Comments
 (0)
0