Skip to content

Commit

Permalink
Update make test to run through tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gaqzi committed Sep 7, 2014
1 parent 8338c54 commit b77072e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: python
# command to install dependencies
install:
- pip install tox
- pip install coveralls
- pip install -q -r requirements.txt
# command to run tests
script: tox
script: make test
after_success: coveralls
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BOWER=$(CURDIR)/node_modules/.bin/bower
default: coverage

test-py:
coverage run test/runtests.py
tox

test-js: node_modules
$(KARMA) start test/karma.conf.js --single-run \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ django>=1.4
coverage>=3.6
nose>=1.3.0
django-nose>=1.1
tox>=1.6

0 comments on commit b77072e

Please sign in to comment.