Skip to content

Commit 2f2b42b

Browse files
specify micro version for python 3.7 to avoid having EnvCommandError
1 parent 57e33ec commit 2f2b42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cache: pip
44

55
python:
66
- 3.6
7-
- 3.7
7+
- 3.7.13 # specify micro version to avoid having EnvCommandError
88
- 3.8
99
- 3.9
1010

0 commit comments

Comments
 (0)