diff --git a/.travis.yml b/.travis.yml index a5500fa..cdd4654 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 3.3 - 3.4 - 3.5 + - 3.6 script: - coverage run --source=createsend nosetests.py - coverage report