From 47b74422a0b55796aa627e48af1eac28c4b051bd Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 11 Jun 2018 12:02:40 -0400 Subject: [PATCH] Add python3 branch to travis check Since python3 branch was added to move the code to python3 the travis must be run on there as well. seealso #937 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index af3be07b..4a967948 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ script: branches: only: - master + - python3 notifications: email: