Skip to content

Commit

Permalink
Experiment with qunit, tox and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chovanecm committed May 1, 2017
1 parent 109dbd6 commit a07b18b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ node_js:
env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=qunit
- TOX_ENV=flake8
- TOX_ENV=coverage


# command to install dependencies
install: python setup.py install
# install: python setup.py install
# command to run tests
script:
- cd sacredboard/static/scripts/tests && qunit node_tests.js
- cd ../../../..
- tox -e $TOX_ENV
#after_success:
# not necessary, done by tox
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ commands =
coveralls

[testenv:qunit]
whitelist_externals=qunit
changedir=sacredboard/static/scripts/tests
commands =
qunit node_tests.js
Expand Down

0 comments on commit a07b18b

Please sign in to comment.