commit 4e66b45e6cfaf999d27fb310433e326a15a55d0e parent f565789b39e689847ec7373acf6ee260c2994ed3 Author: Daniel Moch <daniel@danielmoch.com> Date: Sat, 25 Aug 2018 10:10:25 -0400 Travis doesn't support Python 3.7 yet Diffstat:
M | .travis.yml | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - - 3.7 - 3.6 - 3.5