Skip to content

Commit 8195aa5

Browse files
committed
CI: Wait on upstream releases for full 3.8 tests
1 parent e65425d commit 8195aa5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ env:
2323
python:
2424
- 3.6
2525
- 3.7
26-
- 3.8
2726

2827
matrix:
2928
include:
3029
# Basic dependencies only
30+
- python: 3.8
31+
env:
32+
- DEPENDS="-r requirements.txt"
33+
# Basic dependencies only
3134
- python: 3.5
3235
env:
3336
- DEPENDS="-r requirements.txt"

0 commit comments

Comments
 (0)