Skip to content

Commit

Permalink
[CI] Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Apr 18, 2019
1 parent c4b6a24 commit c306790
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python

python:
- "3.5"

install:
# To work around a problem with wilson package we take the git master version of it
- "pip3 install ."
- "pip3 install nose2"
- "pip3 install coveralls"

script:
- "nose2 --with-coverage"

after_success: coveralls

0 comments on commit c306790

Please sign in to comment.