aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-10-10 15:52:49 +0200
committerGravatar Gareth Coles <[email protected]>2018-10-10 15:53:05 +0200
commitfee5701143af0312db438253b06a470bdeadbe08 (patch)
tree9e6a77a4d4e7cf0b9d1ac786e5bb52dbc2a841de
parentAdd travis CI YML (diff)
Travis only has dev builds of 3.7
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 33ea1fa6..384c548c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- - "3.7"
+ - "3.7-dev"
sudo: required