From 7eb4ac3de5da5c560d26c7fc32053a8b1a45bace Mon Sep 17 00:00:00 2001 From: Joel Noyce Barnham Date: Thu, 21 Nov 2019 19:35:32 +0000 Subject: [PATCH] Check syntax in the script --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 53c27ba..f686b12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ language: python python: +- '2.7' +- '3.4' - '3.7' cache: pip install: - pip install -r requirements.txt script: -- echo "Running script" +- python -m compileall win_pyxs deploy: provider: pypi user: __token__