mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 14:01:04 -05:00
LastFM: remove Travis / gitignore files, since it isn't being used as a subtree anymore
This commit is contained in:
parent
826f55f5a8
commit
af0b15c88c
@ -1,3 +1,4 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
23
LastFM/.gitignore
vendored
23
LastFM/.gitignore
vendored
@ -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/
|
@ -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\/.*$/
|
@ -1 +0,0 @@
|
||||
git+https://github.com/ProgVal/Limnoria.git
|
Loading…
x
Reference in New Issue
Block a user