From 2f2388b5b4f7b1b5e1d6db440241048410fcdf3b Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Sun, 12 Mar 2017 23:15:03 +0100 Subject: [PATCH] Travis CI: Run tests on python2.7 and python3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c2979a72..8ab4eba6 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