Skip to content

Commit

Permalink
Add CI support.
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-mannattil committed Dec 18, 2017
1 parent e361981 commit 2ca430a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- "2.7"
- "3.6"
before_install:
# Without this old versions of pip can fail to install NumPy.
- pip install -U pip
install:
- pip install python-coveralls
- pip install -r requirements.txt
script:
- nosetests --with-coverage --cover-package=nolitsa
after_success:
- coveralls

0 comments on commit 2ca430a

Please sign in to comment.