Skip to content

Commit bcd8c0f

Browse files
committed
Added Travis CI integration.
1 parent 427489c commit bcd8c0f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
3+
python:
4+
- "2.6"
5+
- "2.7"
6+
- "3.2"
7+
- "3.3"
8+
- "3.4"
9+
- "3.5"
10+
- "nightly"
11+
12+
script:
13+
- python ./utils_tests.py
14+
- python ./sssa_tests.py

0 commit comments

Comments
 (0)