Skip to content

Commit 7e15a99

Browse files
committed
Use Python 3.6 for now, as PyMOL 1.8 is not compatible with with Python 3.7 - TravisCI.
1 parent 706a0a4 commit 7e15a99

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
@@ -3,7 +3,7 @@ dist: xenial
33
# language
44
language: python
55
python:
6-
- "3.7"
6+
- "3.6"
77
# test environments
88
env:
99
global:

0 commit comments

Comments
 (0)