mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Stop testing against py33
This commit is contained in:
parent
e832ddc57f
commit
3b888c9e42
2 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ language: python
|
||||||
python: 3.5
|
python: 3.5
|
||||||
env: # These should match the tox env list
|
env: # These should match the tox env list
|
||||||
- TOXENV=py27
|
- TOXENV=py27
|
||||||
- TOXENV=py33
|
|
||||||
- TOXENV=py34
|
- TOXENV=py34
|
||||||
- TOXENV=py35
|
- TOXENV=py35
|
||||||
- TOXENV=pypy
|
- TOXENV=pypy
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
project = pre_commit
|
project = pre_commit
|
||||||
# These should match the travis env list
|
# These should match the travis env list
|
||||||
envlist = py27,py33,py34,py35,pypy,pypy3
|
envlist = py27,py34,py35,pypy,pypy3
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rrequirements-dev.txt
|
deps = -rrequirements-dev.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue