diff --git a/.travis.yml b/.travis.yml index 9450d5cfa8..37caa6a24f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: python python: - - "3.3" + - "3.4" # command to install dependencies install: "pip install -q -r requirements.txt" # command to run tests