aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0livd <0livd@users.noreply.github.com>2017-03-12 23:15:03 +0100
committer0livd <0livd@users.noreply.github.com>2017-03-17 19:37:57 +0100
commit2f2388b5b4f7b1b5e1d6db440241048410fcdf3b (patch)
treeb2f768af8a221c02864b31ee977492970513d34b
parent59a050e020136e28259e02107edf1025b7a85f1a (diff)
downloadihatemoney-mirror-2f2388b5b4f7b1b5e1d6db440241048410fcdf3b.zip
ihatemoney-mirror-2f2388b5b4f7b1b5e1d6db440241048410fcdf3b.tar.gz
ihatemoney-mirror-2f2388b5b4f7b1b5e1d6db440241048410fcdf3b.tar.bz2
Travis CI: Run tests on python2.7 and python3.5
-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