Skip to content

Commit

Permalink
Updated license and travis-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncoulton committed Apr 9, 2015
1 parent d135cc1 commit ecdd223
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
language: python
python:
- 3.3
- 3.3
- 3.4
install:
- pip install -r requirements-test.txt --use-mirrors
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements-test.txt --use-mirrors
- pip install -r requirements.txt --use-mirrors
before_script:
- mkdir -p tests/_coverage
- mkdir -p tests/_coverage
script:
- py.test tests/ --cov watson --cov-report term-missing
- py.test tests/ --cov watson --cov-report term-missing
after_success:
- coveralls --verbose
- coveralls --verbose
notifications:
slack:
secure: Iw6+kPvWePQmsRiEV6XNHMBbJezw/mrGpLMJK4JK2LCEIzVr5rGLNGCYXnD0eqkeDjsNZpVEqpjCzZL0xC2HtNvIT+/HpLrkkh64ccRC0f/yIid4pnsMkVkZ+L08TW5DC9dQVPYk51fMhlQhRpVRExSX8hTG0dW601ZxCWLu7lU=
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2014 Bespohk, and is maintained by multiple
Copyright (c) 2012-2015 Bespohk, and is maintained by multiple
contributors including:

- Simon Coulton <simon@bespohk.com>
Expand Down

0 comments on commit ecdd223

Please sign in to comment.