Skip to content

Commit 9d49864

Browse files
author
chetanya-shrimali
committed
added Travis CI
1 parent 8eb0735 commit 9d49864

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.7"
4+
- "3.5"
5+
- "3.5-dev" # 3.5 development branch
6+
- "3.6"
7+
- "3.6-dev" # 3.6 development branch
8+
9+
# command to install dependencies
10+
install:
11+
- pip install -r requirements.txt
12+
13+
# command to run tests to be added
14+
# script:

0 commit comments

Comments
 (0)