Skip to content

Commit

Permalink
Run qunit tests without tox on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
chovanecm committed May 1, 2017
1 parent 5ebfb87 commit 109dbd6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: python
cache: pip
git:
depth: 3
before_script:
- pip install tox
- npm install -g qunit
- npm install -g qunitjs
#- pip install flake8
#- pip install coveralls
python:
Expand All @@ -14,12 +16,13 @@ env:
- TOX_ENV=py35
- TOX_ENV=flake8
- TOX_ENV=coverage
- TOX_ENV=qunit

# command to install dependencies
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

0 comments on commit 109dbd6

Please sign in to comment.