diff --git a/.travis.yml b/.travis.yml index 0c83b7c..b6a52be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: - - 2.6 - 2.7 + - 3.4 + - 3.5 + - 3.6 script: make test install: - pip install nose