Beginning to use Travis CI.

This commit is contained in:
Venkatesh Pitta 2018-03-24 10:57:33 +11:00
parent 22e6a44a6d
commit 8e189d0c4c
No known key found for this signature in database
GPG Key ID: 13CBE027EC7484D7

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
virtualenv:
system_site_packages: false # default, just making explicit
python:
- "2.6"
- "2.7"
install:
pip install -r requirements.txt
# script:
# pytest