Skip to content

Commit 41864b8

Browse files
committed
travis to have the same python versions than locally
1 parent 15890b7 commit 41864b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dist: xenial
22
language: python
33
python:
4-
- "3.6"
5-
- "3.7"
4+
- "3.6.11"
5+
- "3.7.7"
66
- "3.8"
77
matrix:
88
fast_finish: true

0 commit comments

Comments
 (0)