mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 22:41:06 -05:00
Update .travis.yml
This commit is contained in:
parent
3be49ca0a7
commit
c7f3110a60
@ -1,9 +1,12 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
- "pypy"
|
||||||
|
- "pypy3"
|
||||||
# Fetch dependencies
|
# Fetch dependencies
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
@ -13,7 +16,7 @@ install:
|
|||||||
# Run supybot-test
|
# Run supybot-test
|
||||||
script:
|
script:
|
||||||
- echo $TRAVIS_PYTHON_VERSION
|
- echo $TRAVIS_PYTHON_VERSION
|
||||||
- supybot-test -c --plugins-dir=. --no-network
|
- supybot-test -c --plugins-dir=.
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -21,6 +24,9 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "3.2"
|
- python: "3.2"
|
||||||
- python: "3.3"
|
- python: "3.3"
|
||||||
|
- python: "2.6"
|
||||||
|
- python: "pypy"
|
||||||
|
- python: "pypy3"
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- /^archive-.*$/
|
- /^archive-.*$/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user