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 1
1
language : python
2
- python : 3.5
3
- sudo : false
2
+ python :
3
+ - " 2.7"
4
+ - " 3.4"
5
+ - " 3.5"
6
+ - " 3.6"
4
7
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
12
9
13
10
install :
14
- - pip install tox
15
- - pip install coverage
16
- - pip install coveralls
11
+ - pip install nose coverage coveralls
17
12
- pip install pytest>=2.7.3 --upgrade
18
13
19
14
script :
20
- - tox -e $TOX_ENV
15
+ - nosetests -v --with-coverage --cover-package=javaobj tests
21
16
22
17
after_success :
23
18
- coveralls
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Features
65
65
Requirements
66
66
============
67
67
68
- * Python >= 2.7 or Python >= 3.2
68
+ * Python >= 2.7 or Python >= 3.4
69
69
* Maven 2+ (for building test data of serialized objects.
70
70
You can skip it if you do not plan to run ``tests.py ``)
71
71
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments