Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: python
env:
- TOXENV=packaging
- TOXENV=pep8
- TOXENV=py27-ldap0,codecov
- TOXENV=py27-ldap1,codecov
- TOXENV=py27-ldap2,codecov
- TOXENV=py35-ldap0,codecov
- TOXENV=py35-ldap1,codecov
- TOXENV=py35-ldap2,codecov

install:
- pip install tox
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = packaging, pep8, py27-ldap{0,1,2}
envlist = packaging, pep8, py35-ldap{0,1,2}

[testenv]
deps =
Expand All @@ -25,7 +25,7 @@ commands =

[testenv:pep8]
skip_install = True
basepython = python2.7
basepython = python3.5
deps =
flake8
commands = flake8 .
Expand Down