aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2017-03-18 23:54:28 +0100
committerGitHub <noreply@github.com>2017-03-18 23:54:28 +0100
commit79d33e1c65142dcf96c5e41ea3ff572122727bb7 (patch)
treeb2f768af8a221c02864b31ee977492970513d34b /.travis.yml
parent42854bd064404931eaccc3580ce505611162108b (diff)
parent2f2388b5b4f7b1b5e1d6db440241048410fcdf3b (diff)
downloadihatemoney-mirror-79d33e1c65142dcf96c5e41ea3ff572122727bb7.zip
ihatemoney-mirror-79d33e1c65142dcf96c5e41ea3ff572122727bb7.tar.gz
ihatemoney-mirror-79d33e1c65142dcf96c5e41ea3ff572122727bb7.tar.bz2
Merge pull request #178 from 0livd/py3
Py2/3 compatibility, 2nd round
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 c2979a7..8ab4eba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: python
python:
- "2.7"
+ - "3.5"
# command to install dependencies
install: "pip install -r budget/requirements.txt"
# command to run tests