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 1c25a66 commit 38e38c6
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: c2aJk3xE2by9wWnQRrIH07Y9uhb33PstWPJz2HKe1d/U/kLb7G0G1uPCsnrfkLAzWiQ/MyDWRiGdv4hCdzGXQfw+t17uJvSF0S+vpyqfwtvhHaMs85xbbB4ZVf5/s+ZwrQA8qYtnobUHYkk2yVm0NeYAZSNKwq8EMjwuj8Xo6y8=
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 38e38c6

Please sign in to comment.