diff --git a/.travis.yml b/.travis.yml index 86580f5..158638e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: python python: - 3.4 - 3.5 +install: pip install --user pytest script: pytest