mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-05 09:50:54 -05:00
Set up travis-ci and update .gitignore
This commit is contained in:
parent
a69b7e9d64
commit
21282cfdd5
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,10 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.mo
|
||||
**/test-data/
|
||||
**/test-conf/
|
||||
**/test-logs/
|
||||
backup/
|
||||
|
||||
# emacs/vi
|
||||
*.swo
|
||||
|
24
.travis.yml
Normal file
24
.travis.yml
Normal file
@ -0,0 +1,24 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
# Fetch dependencies
|
||||
install:
|
||||
- pip install -vr requirements.txt||true
|
||||
# Run supybot-test
|
||||
script:
|
||||
- echo $TRAVIS_PYTHON_VERSION
|
||||
- supybot-test --plugins-dir=. --no-network
|
||||
notifications:
|
||||
email: false
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: "3.2"
|
||||
- python: "3.3"
|
||||
branches:
|
||||
except:
|
||||
- /^archive-.*$/
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
git+https://github.com/ProgVal/Limnoria.git
|
||||
beautifulsoup4
|
Loading…
x
Reference in New Issue
Block a user