diff --git a/.travis.yml b/.travis.yml index e990ebc..044ca90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" # command to install dependencies install: - "pip install -r tests/requirements.txt"