Skip to content

Commit 00603ed

Browse files
committed
add travis configuration
1 parent d08d6ac commit 00603ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
- "3.4"
8+
- "3.5"
9+
- "3.5-dev" # 3.5 development branch
10+
- "nightly" # currently points to 3.6-dev
11+
# command to install dependencies
12+
install: "pip install -r requirements.txt -r requirements-dev.txt"
13+
# command to run tests
14+
script: py.test --cov caduc --cov-report term-missing tests/

0 commit comments

Comments
 (0)