Skip to content

Commit

Permalink
added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Jun 6, 2019
1 parent 0bb9314 commit 3111c65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- 2.7
install:
- sudo apt-get -y update
- pip install codecov
- pip install -r requirements.txt
script:
- nosetests
after_success:
- codecov

0 comments on commit 3111c65

Please sign in to comment.