gh-22 Add .travis.yml file

This commit is contained in:
Jaisen Mathai 2015-12-07 23:27:12 -08:00
parent 0a72ef481e
commit 56a085f75e
2 changed files with 14 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get install python-dev python-pip python-pyexiv2 -y"
install:
- "sudo pip install docopt LatLon nose requests"
# command to run tests
script: "nosetests elodie/tests/*.py"

View File

@ -1,6 +1,8 @@
# Hello, I'm Elodie
~~ *Your Personal EXIF-based Photo Assistant* ~~
[![Build Status](https://travis-ci.org/jmathai/elodie.svg?branch=master)](https://travis-ci.org/jmathai/elodie)
I work tirelessly to make sure your photos are always sorted and organized so you can focus on more important things. By photos I mean JPEG, DNG, NEF and common video files.
You don't love me yet but you will.