Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
delihiros committed Oct 6, 2016
1 parent 665bed7 commit c7979dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
# command to run tests
language: python

python:
- 3.5

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

script:
- coverage run --source=futhon_test setup.py test

after_success:
- coveralls

0 comments on commit c7979dc

Please sign in to comment.