diff --git a/.travis.yml b/.travis.yml index b82e9c5..3c7ee6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - "2.7" + - "3.4" + - "3.5" install: "pip install -r requirements.txt" # run nosetests - Tests script: nosetests