mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Dropping py33 support
This commit is contained in:
parent
211caa947b
commit
dcbf5735c7
@ -4,8 +4,6 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
- python: 3.3
|
|
||||||
env: TOXENV=py33
|
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: TOXENV=py34
|
env: TOXENV=py34
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
@ -14,7 +12,7 @@ matrix:
|
|||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox==2.5.0
|
- pip install tox
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
Loading…
Reference in New Issue
Block a user