Skip to content

Commit 67a53f8

Browse files
committed
Added travis initial configuration file
1 parent 1b2157b commit 67a53f8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: python
2+
3+
python:
4+
- "2.7"
5+
6+
branches:
7+
only:
8+
- travis_research
9+
10+
cache:
11+
- pip
12+
13+
install:
14+
- pip install numpy nose matplotlib scipy pyyaml coverage
15+
16+
script:
17+
- tests/test_application.py
18+
19+
after_success:
20+
- coverage

0 commit comments

Comments
 (0)