forked from pypa/virtualenv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (36 loc) · 778 Bytes
/
.travis.yml
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
32
33
34
35
36
37
38
39
40
41
42
language: python
matrix:
include:
# Based on https://docs.python.org/devguide/#status-of-python-branches
- python: 2.6
env: TOXENV=python2.6
- python: 2.7
env: TOXENV=python2.7
- python: 3.4
env: TOXENV=python3.4
- python: 3.5
env: TOXENV=python3.5
- python: 3.6
env: TOXENV=python3.6
- python: pypy
env: TOXENV=pypy
- python: 3.6
env: TOXENV=crosspython3
- python: 2.7
env: TOXENV=crosspython2
- python: 2.7
env: TOXENV=docs
install: pip install tox
script: tox
sudo: false # Use container based builds
branches:
only:
- master
- develop
- rewrite
notifications:
irc:
channels:
- "irc.freenode.org#pypa-dev"
use_notice: true
skip_join: true