From c7f3110a6004a5eba4a625d8b84b19e114d30a0f Mon Sep 17 00:00:00 2001 From: GLolol Date: Sat, 25 Oct 2014 12:04:17 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 020e26b..d467746 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: python python: + - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" + - "pypy" + - "pypy3" # Fetch dependencies before_install: - sudo apt-get -qq update @@ -13,7 +16,7 @@ install: # Run supybot-test script: - echo $TRAVIS_PYTHON_VERSION - - supybot-test -c --plugins-dir=. --no-network + - supybot-test -c --plugins-dir=. notifications: email: false matrix: @@ -21,6 +24,9 @@ matrix: allow_failures: - python: "3.2" - python: "3.3" + - python: "2.6" + - python: "pypy" + - python: "pypy3" branches: except: - /^archive-.*$/