use travis-ci to run tests
This commit is contained in:
parent
4a5e2d9328
commit
cbc032e44b
2 changed files with 14 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
|
@ -1,6 +1,9 @@
|
|||
WakaTime
|
||||
========
|
||||
|
||||
.. image:: https://travis-ci.org/wakatime/wakatime.svg
|
||||
:target: https://travis-ci.org/wakatime/wakatime
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue