aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2018-11-01 17:56:36 -0400
committerJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2018-11-01 17:56:36 -0400
commitc93019f848728b8fce3e706bedd9bbe72fd67364 (patch)
tree26a730f2e6800853e0da359677770fbff9d05a86
parent91ce3ba01712ae326d4a9c6df14ed268a93f2987 (diff)
update travis to python 3.6
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9b5aea1..15c96ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: python
python:
- - "3.7"
+ - "3.6"
install: "pip install -r requirements.txt"
script: ./cli.py test-ci