LastFM: remove Travis / gitignore files, since it isn't being used as a subtree anymore

This commit is contained in:
James Lu 2016-02-07 11:42:19 -08:00
parent 826f55f5a8
commit af0b15c88c
4 changed files with 1 additions and 49 deletions

View File

@ -1,3 +1,4 @@
sudo: false
language: python
python:
- "2.7"

23
LastFM/.gitignore vendored
View File

@ -1,23 +0,0 @@
__pycache__/
*.py[cod]
*.mo
**/test-data/
**/test-conf/
**/test-logs/
backup/
# emacs/vi
*.swo
*.swp
*~
# OS-Generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

View File

@ -1,25 +0,0 @@
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 .. && mv supybot-lastfm LastFM/
- supybot-test -c LastFM/
notifications:
email: false
matrix:
fast_finish: true
allow_failures:
- python: "pypy"
- python: "pypy3"
branches:
except:
- /^pr\/.*$/

View File

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