forked from fedora-infra/fedmsg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
40 lines (35 loc) · 777 Bytes
/
Copy path.travis.yml
File metadata and controls
40 lines (35 loc) · 777 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
32
33
34
35
36
37
38
39
40
sudo: true
language: python
install:
- sudo apt-get install swig
- pip install --upgrade pip setuptools
- pip install tox
script:
- tox
after_success:
- source .tox/${TOXENV}/bin/activate && pip install codecov && codecov --env TRAVIS_OS_NAME,TOXENV
notifications:
email: false
irc:
- "irc.freenode.net#fedora-apps"
on_success: change
on_failure: change
env:
global:
- PYTHONWARNINGS=always::DeprecationWarning
matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "2.7"
env: TOXENV=m2crypto
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.6"
env: TOXENV=docs
- python: "2.7"
env: TOXENV=lint