Skip to content

Commit 494c0e5

Browse files
committed
Merge branch 'master' of github.com:phihos/django-mutpy
2 parents 77a6625 + f498e09 commit 494c0e5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
dist: xenial
12
language: python
23
python:
3-
- 3.3
44
- 3.4
55
- 3.5
66
- 3.6
7+
- 3.7
78
install:
89
- pip install tox-travis
910
- pip install coveralls

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ finding the unit tests and the production code.
1818
Requirements
1919
------------
2020

21-
- Python >= 3.3
21+
- Python >= 3.4
2222
- MutPy >= 0.5.1
2323

2424
Installation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
'Intended Audience :: Developers',
3131
'Operating System :: OS Independent',
3232
'Programming Language :: Python',
33-
'Programming Language :: Python :: 3.3',
3433
'Programming Language :: Python :: 3.4',
3534
'Programming Language :: Python :: 3.5',
3635
'Programming Language :: Python :: 3.6',
36+
'Programming Language :: Python :: 3.7',
3737
'Framework :: Django',
3838
]
3939
)

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[tox]
22
envlist =
3-
coverage-erase-{py33,py34,py35,py36,py37}
4-
test-py33-django18
5-
test-{py34,py35,py36}-django{18,19,110,111}
6-
coverage-report-{py33,py34,py35,py36,py37}
7-
flake8-{py33,py34,py35,py36,py37}
3+
coverage-erase-{py34,py35,py36,py37}
4+
test-{py34,py35,py36,py37}-django{18,19,110,111}
5+
coverage-report-{py34,py35,py36,py37}
6+
flake8-{py34,py35,py36,py37}
87
skip_missing_interpreters = True
98

109
[testenv]

0 commit comments

Comments
 (0)