We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966f1e0 commit 7a2d36eCopy full SHA for 7a2d36e
.travis.yml
@@ -5,6 +5,7 @@ os:
5
- linux # Travis does not support Python on OSX or Windows. Should we migrate to a different CI service?
6
7
python:
8
+ - '3.5.2' # There have been compatibility issues with this patch version
9
- '3.5'
10
- '3.6'
11
- '3.7-dev' # TODO: Replace with plain "3.7" when supported by Travis
0 commit comments