summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2018-01-17 22:05:08 +0100
committerGitHub <noreply@github.com>2018-01-17 22:05:08 +0100
commit4ad5e6ad4f1e5ce89eb7d1135ada712fdd9ce6b6 (patch)
tree38b9bbabbdfc6a343be30ccdc519643ee6fccdc3 /.travis.yml
parent8511e64f350b4b31db314a5d74ef77dd5b97b5f3 (diff)
parent829032f306cec8f6d109bfb037a01dc50ff87442 (diff)
Merge pull request #1148 from MarcAbonce/python3.5-fix
[fix] Read utf-8 files (settings, languages, currency) with Python3.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0dde8317d..08bcfaadd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ addons:
language: python
python:
- "2.7"
+ - "3.5"
- "3.6"
before_install:
- "export DISPLAY=:99.0"