Create .travis.yml
This commit is contained in:
parent
519a40d714
commit
48a7d5d9c3
21
.travis.yml
Normal file
21
.travis.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user