forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
54 lines (47 loc) · 1.12 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
sudo: false
env:
global:
- PYTHONUNBUFFERED=yes
- secure: "TyC3F7uBmd4iWLpUyhIDkpRfbhPUmRqFeFhr12VSHfzODQfeLBqB9hHMhhjVLlk1gsQwIXzNDY2X82U83d4gG0X+SEPDUpTimuWc/GJoJLQL4+uyfpS8seQWnxa7ZXkZrUdKb2owHtx+0ESzZwfOg+pd0OxoMenK9bcGo3hZtkk="
addons:
apt:
packages:
- zsh
matrix:
include:
- python: '2.7'
os: linux
language: python
- python: '3.4'
os: linux
language: python
- python: '3.5'
os: linux
language: python
- python: '3.5'
env: FLAKE8=true
os: linux
language: python
# TODO: re-enable OSX once Travis-CI is working again reliably
# - os: osx
# env: PYTHON_VERSION=3.5
- python: '3.5'
env: CONDA_BUILD=2.0.6
os: linux
language: python
- python: '3.5'
env: CONDA_BUILD=2.0.1
os: linux
language: python
install:
- which -a python
- env | sort
- source ./utils/travis-run-install.sh
script:
- source ./utils/travis-run-script.sh
sudo: false
after_success:
- pip install codecov coveralls scrutinizer-ocular
- codecov --env PY_VERSION
- coveralls || true
- ocular || true