1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00

Fixed Travis configuration, added Python 3.6

This commit is contained in:
Mitchell Ludwig 2018-05-06 17:41:49 -06:00
parent 6a529f4f92
commit aefdf23ad2
2 changed files with 15 additions and 11 deletions

View File

@ -1,17 +1,20 @@
language: python
python: 2.7
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
install:
- pip install tox
script:
- tox -e $TOX_ENV
- tox

View File

@ -4,7 +4,8 @@ envlist =
py27,
py33,
py34,
py35
py35,
py36
# ignore missing setup.py
skipsdist = True