Skip to content

Commit 17bbce9

Browse files
committed
Updated Travis-CI configuration (and removed Tox)
1 parent 9e91b6b commit 17bbce9

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

.travis.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
language: 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

1310
install:
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

1914
script:
20-
- tox -e $TOX_ENV
15+
- nosetests -v --with-coverage --cover-package=javaobj tests
2116

2217
after_success:
2318
- coveralls

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Features
6565
Requirements
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

tox.ini

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)