forked from crossbario/autobahn-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (25 loc) · 714 Bytes
/
.travis.yml
File metadata and controls
31 lines (25 loc) · 714 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
31
language: python
install:
- pip install tox
env:
- TOX_ENV=py26twisted
- TOX_ENV=py26asyncio
- TOX_ENV=py27twisted
- TOX_ENV=py27asyncio
- TOX_ENV=py33asyncio
- TOX_ENV=py34asyncio
# deactive until https://github.com/travis-ci/travis-ci/issues/2583 is resolved
# - TOX_ENV=pypy2twisted
# - TOX_ENV=pypy2asyncio
script:
- tox -c autobahn/tox.ini -e $TOX_ENV
# This reportedly works around an issue downloading packages from pypi on
# travis. Consider removing this after the underlying issue is fixed.
# https://github.com/travis-ci/travis-ci/issues/2389
sudo: false
notifications:
irc:
channels:
- "irc.freenode.org#autobahn"
use_notice: true
skip_join: true