mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-03 08:51:13 -05:00
add travis-ci build files?
This commit is contained in:
parent
1d4a5a2af5
commit
41adad8f6d
46
.gitignore
vendored
46
.gitignore
vendored
@ -1,27 +1,23 @@
|
|||||||
*.py[co]
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
# 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
|
|
||||||
*.mo
|
*.mo
|
||||||
|
**/test-data/
|
||||||
|
**/test-conf/
|
||||||
|
**/test-logs/
|
||||||
|
backup/
|
||||||
|
|
||||||
#Mr Developer
|
# emacs/vi
|
||||||
.mr.developer.cfg
|
*.swo
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS-Generated
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
Desktop.ini
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
23
.travis.yml
Normal file
23
.travis.yml
Normal 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
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
git+https://github.com/ProgVal/Limnoria.git
|
Loading…
x
Reference in New Issue
Block a user