File tree Expand file tree Collapse file tree 3 files changed +9
-23
lines changed
Expand file tree Collapse file tree 3 files changed +9
-23
lines changed Original file line number Diff line number Diff line change 11language : python
2- python : 3.5
3- sudo : false
2+ python :
3+ - " 2.7"
4+ - " 3.4"
5+ - " 3.5"
6+ - " 3.6"
47
5- env :
6- - TOX_ENV=py27
7- - TOX_ENV=py33
8- - TOX_ENV=py34
9- - TOX_ENV=py35
10- - TOX_ENV=pypy
11- - TOX_ENV=pypy3
8+ sudo : false
129
1310install :
14- - pip install tox
15- - pip install coverage
16- - pip install coveralls
11+ - pip install nose coverage coveralls
1712 - pip install pytest>=2.7.3 --upgrade
1813
1914script :
20- - tox -e $TOX_ENV
15+ - nosetests -v --with-coverage --cover-package=javaobj tests
2116
2217after_success :
2318 - coveralls
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Features
6565Requirements
6666============
6767
68- * Python >= 2.7 or Python >= 3.2
68+ * Python >= 2.7 or Python >= 3.4
6969* Maven 2+ (for building test data of serialized objects.
7070 You can skip it if you do not plan to run ``tests.py ``)
7171
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments