Skip to content

Commit

Permalink
Merge branch 'master' into plugin_core
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed Aug 3, 2017
2 parents 53c83c6 + b5a6251 commit 438a73f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ before_install:
- sudo apt-get -yq install automake build-essential cython autoconf libyaml-dev libffi-dev libfuzzy-dev libxml2-dev libxslt1-dev libz-dev libssl-dev libmagic-dev
- pip3 install requests[security]
- pip3 install -r requirements.txt
- pip3 install hydra scandir jinja2
- pip3 install hydra scandir jinja2 coveralls
- chmod +x cmd/stoq-cli.py

install:
- python3 setup.py install

script:
- cd cmd && python3 stoq-cli.py runtests
- cd cmd && coverage run --source=stoq --omit=*/stoq/tests/* stoq-cli.py runtests

after_success:
coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
![alt text](http://stoq.punchcyber.com/i/logo_stoq_mark.png "stoQ")

[![Build Status](https://travis-ci.org/PUNCH-Cyber/stoq.svg?branch=master)](https://travis-ci.org/PUNCH-Cyber/stoq)
[![Coverage Status](https://coveralls.io/repos/github/PUNCH-Cyber/stoq/badge.svg?branch=master)](https://coveralls.io/github/PUNCH-Cyber/stoq?branch=master)

## Overview

Expand Down

0 comments on commit 438a73f

Please sign in to comment.