mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-12 20:10:21 -06:00
Use Python3.4 on travis.
This commit is contained in:
@@ -3,6 +3,7 @@ env: # These should match the tox env list
|
||||
- TOXENV=py26
|
||||
- TOXENV=py27
|
||||
- TOXENV=py33
|
||||
- TOXENV=py34
|
||||
- TOXENV=pypy
|
||||
install: pip install tox --use-mirrors
|
||||
script: tox
|
||||
|
||||
1
setup.py
1
setup.py
@@ -17,6 +17,7 @@ setup(
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user