-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (32 loc) · 760 Bytes
/
.travis.yml
File metadata and controls
38 lines (32 loc) · 760 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
language: python
sudo: required
matrix:
include:
- dist: trusty
python: 2.6
env: NAME=trusty-2.6
- dist: trusty
python: 2.7
env: NAME=trusty-2.7
- dist: trusty
python: 3.3
env: NAME=trusty-3.3
- dist: xenial
python: 2.7
env: NAME=xenial-2.7
- dist: xenial
python: 3.4
env: NAME=xenial-3.4
- dist: xenial
python: 3.5
env: NAME=xenial-3.5
- dist: xenial
python: 3.6
env: NAME=xenial-3.6
- dist: xenial
python: 3.7
env: NAME=xenial-3.7
install: pip install -e .[test]
script: py.test test_pcrypt.py
notifications:
email: false