summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-07-01 21:08:58 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-07-01 21:08:58 -0700
commitb25949f157fa163a378701f5eca8a8cf1b02820a (patch)
tree95069cb346763d2775e541d676901c74fbf85151
parent571d23c3e25304d3fe68c87d50e3a1829989fe9c (diff)
downloadnatsort-b25949f157fa163a378701f5eca8a8cf1b02820a.tar.gz
Add Python 3.7 to Travis-CI testing.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ae012aa..a65ca00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
+- "3.7"
sudo: false
dist: trusty