Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
ref: Remove python 3.8 again
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Sep 25, 2018
1 parent 32deb3f commit ae0248b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ matrix:
- python: "3.7"
dist: xenial
sudo: true
- python: "3.8-dev"
dist: xenial
sudo: true

- name: Linting
python: "3.7"
Expand Down
13 changes: 6 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
[tox]
envlist =
# core
py{27,34,35,36,37,38}
py{27,34,35,36,37}
pypy
flake8
# contrib
{py35,py36,py37,py38}-django-dev
{py35,py36,py37,py38}-django-{200}
{py35,py36,py37}-django-dev
{py35,py36,py37}-django-{200}
{py27,py35}-django-111
{py27,py34,py35,py36}-django-{18,19,110}
{py27,py34,py35,py36}-django-18
{py27,py34}-django-17
py27-django-16
{py27,py35,py36,py37,py38}-flask-{10,11}
{py27,py35,py36,py37}-flask-{10,11}
py37-flask-12
py37-flask-dev
py27-celery-{3,4}
py{27,37,38}-lambda
py{35,36,37,38}-sanic-07
py{27,37}-lambda
py{35,36,37}-sanic-07

[testenv]
deps =
Expand Down Expand Up @@ -66,7 +66,6 @@ basepython =
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
pypy: pypy

commands =
Expand Down

0 comments on commit ae0248b

Please sign in to comment.