use travis-ci to run tests

This commit is contained in:
Alan Hamlett 2015-08-11 11:52:43 -07:00
parent 4a5e2d9328
commit cbc032e44b
2 changed files with 14 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install -r dev-requirements.txt"
# command to run tests
script: nosetests

View File

@ -1,6 +1,9 @@
WakaTime WakaTime
======== ========
.. image:: https://travis-ci.org/wakatime/wakatime.svg
:target: https://travis-ci.org/wakatime/wakatime
Fully automatic time tracking for programmers. Fully automatic time tracking for programmers.
This is the common interface for the WakaTime api. You shouldn't need to directly use this package unless you are creating a new plugin or your text editor's plugin asks you to install the wakatime cli interface. This is the common interface for the WakaTime api. You shouldn't need to directly use this package unless you are creating a new plugin or your text editor's plugin asks you to install the wakatime cli interface.