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