Skip to content

Commit 5abd2ac

Browse files
authored
Update CI to use Python 3.5 and switch to Buildkite (#103)
Removes Travis
1 parent e92ed4c commit 5abd2ac

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ __pycache__/
77
/dist/
88
/_trial_temp/
99
/htmlcov/
10+
.idea/
11+
.python-version

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = packaging, pep8, py27-ldap{0,1,2}
2+
envlist = packaging, pep8, py35, py36, py37, py38
33

44
[testenv]
55
deps =
@@ -8,9 +8,7 @@ deps =
88
ldaptor
99
matrix-synapse
1010
coverage
11-
ldap0: ldap3<1.0
12-
ldap1: ldap3>=1.0,<2.0
13-
ldap2: ldap3>=2.0
11+
ldap3>=2.8
1412
setenv =
1513
PYTHONDONTWRITEBYTECODE = no_byte_code
1614
PYTHONPATH = .
@@ -25,7 +23,7 @@ commands =
2523

2624
[testenv:pep8]
2725
skip_install = True
28-
basepython = python2.7
26+
basepython = python3.5
2927
deps =
3028
flake8
3129
commands = flake8 .

0 commit comments

Comments
 (0)