diff --git a/.travis.yml b/.travis.yml index f16d1b8..98386ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ python: - "3.4" install: - - pip install requests + - pip install requests pytest script: pytest \ No newline at end of file