diff --git a/.travis.yml b/.travis.yml index b3f960e..4ecc711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ dist: xenial cache: pip install: - pip install pytest +before_script: + cd tests script: - python test_1.py