add travis-ci build files?

This commit is contained in:
James Lu 2014-11-02 16:38:00 -08:00
parent 1d4a5a2af5
commit 41adad8f6d
3 changed files with 45 additions and 25 deletions

46
.gitignore vendored
View File

@ -1,27 +1,23 @@
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
__pycache__/
*.py[cod]
*.mo
**/test-data/
**/test-conf/
**/test-logs/
backup/
#Mr Developer
.mr.developer.cfg
# emacs/vi
*.swo
*.swp
*~
# OS-Generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
# Fetch dependencies
install:
- pip install -vr requirements.txt
# Run supybot-test
script:
- cd .. && supybot-test -c supybot-lastfm
notifications:
email: false
matrix:
fast_finish: true
allow_failures:
- python: "3.2"
- python: "3.3"
- python: "pypy"
- python: "pypy3"

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
git+https://github.com/ProgVal/Limnoria.git