diff --git a/.travis.yml b/.travis.yml index e061b28..eb59b63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python -sudo: required dist: bionic group: edge cache: pip: true +env: + - PYTHONPATH=pastehunter python: - 3.6 - 3.6-dev diff --git a/pytest.ini b/pytest.ini index dd6091b..8aa36a7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,2 @@ [pytest] -addopts = test/ -norecursedirs = .git build docs logs \ No newline at end of file +addopts = test/ \ No newline at end of file