forked from twisted/treq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (26 loc) · 845 Bytes
/
Copy path.travis.yml
File metadata and controls
30 lines (26 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
language: python
python:
- 2.6
- 2.7
- pypy
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=
- TWISTED=Twisted==12.1.0 PYOPENSSL=
install:
- pip install $TWISTED
- 'test -n "$PYOPENSSL" && pip install $PYOPENSSL || true'
- pip install -r requirements-dev.txt
script:
- pep8 treq
- pyflakes treq
- trial treq