diff --git a/.travis.yml b/.travis.yml index edafa63..c9ad466 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - 2.7 + - 3.5 before_install: - pip install -r requirements.txt - pip install pytest mock unittest2six