Create .travis.yml

This commit is contained in:
Guillaume Ayoub 2015-07-17 17:56:06 +02:00
parent 519a40d714
commit 48a7d5d9c3

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
install:
- pip install sqlalchemy
- pip install nose-cov
- pip install pam
- pip install requests
script: nosetests
after_success: coveralls
sudo: false