From f452bcc468c20b2eda701cfd3302f49500f5d40c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 27 Mar 2017 12:10:49 +0200 Subject: [PATCH] Whoops. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c8e24c34..72b09a0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: install: - pip install -r requirements.txt script: - - python python -m py_compile grandbot.py \ No newline at end of file + - python3.6 -m py_compile grandbot.py \ No newline at end of file