Add .travis.yml

This commit is contained in:
hugovk 2014-03-02 11:04:46 +02:00
parent f4e1cb7448
commit 6b91e6f8e5

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: /test_pylast.py