Skip to content

Commit 5c2f724

Browse files
committed
Update dependencies in tox
1 parent cbca512 commit 5c2f724

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
command: ENABLE_INTEGRATION_TESTS=True py.test tests/integration
5555
- run:
5656
name: Run Tox Tests
57-
command: tox --parallel=4
57+
command: tox --parallel=4 -q
5858

5959
workflows:
6060
version: 2

.circleci/python-versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.16 3.5.7 3.6.9 3.7.4
1+
2.7.17 3.5.8 3.6.9 3.7.5 3.8.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pytest-sugar==0.9.0
88
pytest==3.2.5 # last supported version python 2
99
psycopg2==2.7.3.2
1010
tox-pyenv==1.1.0
11-
tox==3.13.2
11+
tox==3.14.6
1212
djay==0.0.8

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
'Programming Language :: Python :: 3.5',
3131
'Programming Language :: Python :: 3.6',
3232
'Programming Language :: Python :: 3.7',
33-
'Programming Language :: Python :: 3.8',
3433
'Topic :: Software Development :: Libraries :: Python Modules',
3534
],
3635
)

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ addopts=--tb=short
55
envlist =
66
py27-lint,
77
py37-lint,
8-
{py27,py35,py36,py37}-django111-drf{36,37,38,39},
8+
{py27,py35,py36,py37}-django111-drf{37,38,39},
99
{py35}-django{20,21,22}-drf{37,38,39,310,311},
10-
{py36,py37,py38}-django{20,21,22}-drf{38,39,310,311},
10+
{py36,py37}-django{20,21,22}-drf{38,39,310,311},
1111

1212
[testenv]
1313
commands = ./runtests.py --fast {posargs} --coverage -rw
@@ -18,7 +18,6 @@ deps =
1818
django20: Django==2.0.13
1919
django21: Django==2.1.15
2020
django22: Django==2.2.12
21-
drf36: djangorestframework==3.6.2
2221
drf37: djangorestframework==3.7.7
2322
drf38: djangorestframework==3.8.2
2423
drf39: djangorestframework==3.9.4

0 commit comments

Comments
 (0)