Skip to content

Commit

Permalink
Officially support 13.1.0 explicitly and don't use mirrors anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreid committed Oct 11, 2013
1 parent b480d0f commit 792acb0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Expand Up @@ -7,11 +7,13 @@ python:

env:
- TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk PYOPENSSL=PyOpenSSL
- TWISTED=Twisted==13.1.0 PYOPENSSL=PyOpenSSL
- TWISTED=Twisted==13.0.0 PYOPENSSL=PyOpenSSL
- TWISTED=Twisted==12.3.0 PYOPENSSL=PyOpenSSL
- TWISTED=Twisted==12.2.0 PYOPENSSL=PyOpenSSL
- TWISTED=Twisted==12.1.0 PYOPENSSL=PyOpenSSL
- TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk PYOPENSSL=
- TWISTED=Twisted==13.1.0 PYOPENSSL=
- TWISTED=Twisted==13.0.0 PYOPENSSL=
- TWISTED=Twisted==12.3.0 PYOPENSSL=
- TWISTED=Twisted==12.2.0 PYOPENSSL=
Expand All @@ -23,6 +25,8 @@ matrix:
env: TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk PYOPENSSL=PyOpenSSL
- python: pypy
env: TWISTED=Twisted==13.0.0 PYOPENSSL=PyOpenSSL
- python: pypy
env: TWISTED=Twisted==13.1.0 PYOPENSSL=PyOpenSSL
- python: pypy
env: TWISTED=Twisted==12.3.0 PYOPENSSL=PyOpenSSL
- python: pypy
Expand All @@ -31,6 +35,8 @@ matrix:
env: TWISTED=Twisted==12.1.0 PYOPENSSL=PyOpenSSL
- python: pypy
env: TWISTED=svn+svn://svn.twistedmatrix.com/svn/Twisted/trunk PYOPENSSL=
- python: pypy
env: TWISTED=Twisted==13.1.0 PYOPENSSL=
- python: pypy
env: TWISTED=Twisted==13.0.0 PYOPENSSL=
- python: pypy
Expand All @@ -41,9 +47,9 @@ matrix:
env: TWISTED=Twisted==12.1.0 PYOPENSSL=

install:
- pip install $TWISTED --use-mirrors
- 'test -n "$PYOPENSSL" && pip install $PYOPENSSL --use-mirrors || true'
- pip install -r requirements-dev.txt --use-mirrors
- pip install $TWISTED
- 'test -n "$PYOPENSSL" && pip install $PYOPENSSL || true'
- pip install -r requirements-dev.txt

script:
- pep8 treq
Expand Down

0 comments on commit 792acb0

Please sign in to comment.