1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Dropping py33 support

This commit is contained in:
Mitchell Ludwig 2018-12-02 19:24:13 -07:00
parent 211caa947b
commit dcbf5735c7

View File

@ -4,8 +4,6 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
@ -14,7 +12,7 @@ matrix:
env: TOXENV=py36
install:
- pip install tox==2.5.0
- pip install tox
script:
- tox