-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
34 lines (30 loc) · 795 Bytes
/
.travis.yml
File metadata and controls
34 lines (30 loc) · 795 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
dist: bionic
env:
global:
# COVERITY_SCAN_TOKEN
- secure: "WMYNPfcutYahs6gFjPKNxvS0lpL7JXpvzgaxlV58HMxQcgD/ccJX3J7rkYySNA6N2jTZn1Pzv5BLZqyEZi2iODjyOnFs+72V63poq+9QsvfGUbPSsGkatx1cDuWxznN/+2Qm5kWfCKcH/FIGyq5m0oSSIr7qNtIhe3aFTc8hdZs="
language: python
matrix:
include:
- python: "3.6"
env: ENVLIST="py36"
- python: "3.7"
env: ENVLIST="py37"
- python: "3.8"
env: ENVLIST="py38"
- python: "3.7"
env: MAKE="make"
addons:
apt:
packages:
- libssl-dev
install: "pip install tox"
script: "./test.sh $ENVLIST"
addons:
coverity_scan:
project:
name: hashbrowncipher/keypipe
description: "A pipe oriented authenticated encryptor"
notification_email: "hashbrowncipher@gmail.com"
build_command: "make c"
branch_pattern: coverity_scan