Skip to content

Commit

Permalink
added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
d70-t committed Apr 3, 2016
1 parent 08f474d commit 9d30409
Show file tree
Hide file tree
Showing 3 changed files with 22 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:
- 2.7
- 3.3
- 3.4
- 3.5
- nightly
sudo: false
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- nosetests --with-coverage --cover-package=bier --cover-branches test
- coverage xml
after_success:
- codecov
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy
scipy
sympy
theano
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
codecov
coverage

0 comments on commit 9d30409

Please sign in to comment.