forked from pytest-dev/pytest-xdist
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
41 lines (38 loc) · 920 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
sudo: false
language: python
python:
- '3.5.0b3'
# command to install dependencies
install: "pip install -U tox setuptools_scm"
# # command to run tests
env:
matrix:
- TESTENV=flakes
- TESTENV=readme
# matrix was trimmed to skip
# some builds that are unnecessary/perceived redundant
- TESTENV=py26-pytest24
- TESTENV=py26-pytest25
- TESTENV=py26-pytest26
- TESTENV=py26-pytest27
- TESTENV=py33-pytest27
- TESTENV=py34-pytest24
- TESTENV=py34-pytest25
- TESTENV=py34-pytest26
- TESTENV=py27-pytest24
- TESTENV=py27-pytest25
- TESTENV=py27-pytest26
- TESTENV=py27-pytest27-pexpect
- TESTENV=py34-pytest27-pexpect
# - TESTENV=py35-pytest27
- TESTENV=pypy-pytest27
script: tox --recreate -e $TESTENV
notifications:
irc:
channels:
- "chat.freenode.net#pytest"
on_success: change
on_failure: change
skip_join: true
email: