diff --git a/.travis.yml b/.travis.yml index e644439..63e2e2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" # command to install dependencies install: "pip install . coveralls" # command to run tests