Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Added travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnx committed Nov 18, 2015
1 parent b9238a8 commit ac74a03
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: python

python:
- 3.4

env:

install:
- pip install -r requirements.txt
- pip install coveralls

script:
- nosetests --with-cover --cover-package chrony chrony

after_success: coveralls

0 comments on commit ac74a03

Please sign in to comment.