gh-22 Add .travis.yml file
This commit is contained in:
parent
0a72ef481e
commit
56a085f75e
|
@ -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"
|
|
@ -1,6 +1,8 @@
|
||||||
# Hello, I'm Elodie
|
# Hello, I'm Elodie
|
||||||
~~ *Your Personal EXIF-based Photo Assistant* ~~
|
~~ *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.
|
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.
|
You don't love me yet but you will.
|
||||||
|
|
Loading…
Reference in New Issue