Skip to content

Commit

Permalink
Added travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gagath committed Jan 13, 2017
1 parent 0f368e5 commit bbf0d10
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"

# command to install dependencies
install:
- pip install .
- pip install nose
- pip install python-coveralls

# command to run tests
script: nosetests --with-coverage

after_success:
- coveralls

0 comments on commit bbf0d10

Please sign in to comment.