Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added Travis CI
  • Loading branch information
chetanya-shrimali committed Sep 16, 2017
commit 9d49864b83e579cf9e38abc6623e7ef72f7e8950
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- "2.7"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch

# command to install dependencies
install:
- pip install -r requirements.txt

# command to run tests to be added
# script: