Skip to content

Commit d7f45f9

Browse files
author
Jan Ludwiczak
committed
adds PiPred tests
1 parent 188034f commit d7f45f9

File tree

14 files changed

+1805
-392
lines changed

14 files changed

+1805
-392
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- 3.5
4+
5+
install:
6+
- pip install -r requirements.txt
7+
8+
script:
9+
- python3.5 test.py

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![Build Status](https://travis-ci.org/labstructbioinf/PiPred.svg?branch=master)
12
# **PiPred** #
23
Deep learning based prediction of pi-helices in protein sequences.
34

0 commit comments

Comments
 (0)