Skip to content

Commit 6c9b92d

Browse files
committed
Add Travis CI configuration
1 parent 1e1bf73 commit 6c9b92d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Travis CI configuration
2+
# see https://docs.travis-ci.com/user/languages/python
3+
4+
language: python
5+
6+
python:
7+
- "2.6"
8+
- "2.7"
9+
- "3.3"
10+
- "3.4"
11+
- "3.5"
12+
- "3.6"
13+
14+
install:
15+
- pip install -U pytest
16+
- pip install .
17+
18+
script: pytest DBUtils/Tests/Test*.py

0 commit comments

Comments
 (0)