forked from cannatag/ldap3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (36 loc) · 1.07 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
language: python
python:
- "2.7"
- "3.8"
# - "nightly"
#- "pypy"
# - "pypy3"
sudo: false
env:
global:
- PYTHONIOENCODING=UTF-8
- USERDOMAIN=TRAVIS
- CHECK_NAMES=TRUE
- LAZY=FALSE
matrix:
- STRATEGY=SYNC SERVER=EDIR DECODER=INTERNAL
- STRATEGY=SYNC SERVER=EDIR DECODER=PYASN1
#- STRATEGY=SYNC SERVER=AD DECODER=INTERNAL
#- STRATEGY=SYNC SERVER=AD DECODER=PYASN1
- STRATEGY=ASYNC SERVER=EDIR DECODER=INTERNAL
- STRATEGY=ASYNC SERVER=EDIR DECODER=PYASN1
#- STRATEGY=ASYNC SERVER=AD DECODER=INTERNAL
#- STRATEGY=ASYNC SERVER=AD DECODER=PYASN1
- STRATEGY=RESTARTABLE SERVER=EDIR DECODER=INTERNAL
- STRATEGY=RESTARTABLE SERVER=EDIR DECODER=PYASN1
#- STRATEGY=RESTARTABLE SERVER=AD DECODER=INTERNAL
#- STRATEGY=RESTARTABLE SERVER=AD DECODER=PYASN1
- STRATEGY=REUSABLE SERVER=EDIR DECODER=INTERNAL
- STRATEGY=REUSABLE SERVER=EDIR DECODER=PYASN1
#- STRATEGY=REUSABLE SERVER=AD DECODER=INTERNAL
#- STRATEGY=REUSABLE SERVER=AD DECODER=PYASN1
install:
- "pip install ."
- "pip list"
script:
- nosetests -s test