diff --git a/.travis.yml b/.travis.yml index 2d616ac..eb1f344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.7" - "3.5" install: "pip install -r requirements.txt" -before_scripts: +before_script: - pep8 --ignore=E501 *.py herolib - pyflakes *.py herolib +script: + - nosetests diff --git a/requirements.txt b/requirements.txt index cf493ed..3e8af10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ beautifulsoup4 lxml pep8 pyflakes +nose