Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
added nose tests to travis script (no unit tests yet however)
Browse files Browse the repository at this point in the history
  • Loading branch information
diginc committed Sep 26, 2015
1 parent fcc5914 commit cc4b2c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ beautifulsoup4
lxml
pep8
pyflakes
nose

0 comments on commit cc4b2c6

Please sign in to comment.