From 655aa0879f8af28445afe8f5338cb2680e113e62 Mon Sep 17 00:00:00 2001 From: hparfr Date: Thu, 12 Sep 2019 16:11:36 +0200 Subject: [PATCH] Add pytest --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d0850a..2cdc995 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,10 @@ language: python python: - "2.7" - "3.6" -script: +install: + - pip install -r requirements.txt + - pip install pytest +script: - pytest deploy: provider: pypi