Skip to content

Commit 1912bca

Browse files
authored
Merge pull request #41 from posborne/update-support-versions
Update supported versions
2 parents 8c7d1dd + 5735d19 commit 1912bca

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ language: python
55
python: 3.5
66
env:
77
- TOX_ENV=py27
8-
- TOX_ENV=py32
98
- TOX_ENV=py33
109
- TOX_ENV=py34
1110
- TOX_ENV=py35

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py32,py33,py34,pypy,pypy3
2+
envlist = py27,py32,py33,py34,py35,pypy,pypy3
33

44
[testenv]
55
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
@@ -10,7 +10,7 @@ commands=nosetests --with-doctest --doctest-options='+ELLIPSIS,+NORMALIZE_WHITES
1010
[testenv:coverage]
1111
deps=
1212
{[testenv]deps}
13-
python-coveralls
13+
coveralls
1414
commands =
1515
coverage run --branch --omit={envdir}/* {envbindir}/nosetests
1616
coveralls

toxtest.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
pyversions=(2.7.10
1010
3.3.5
1111
3.4.3
12-
3.5.0
13-
pypy-4.0.0
14-
pypy3-2.4.0)
12+
3.5.2
13+
pypy-5.3.1
14+
pypy3-5.2)
1515

1616
# parse options
1717
for i in "$@"

0 commit comments

Comments
 (0)