mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Drop testing pypy.
This commit is contained in:
parent
9a84b1af86
commit
3ee69a58ce
2 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ python:
|
|||
- '3.4'
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
- pypy
|
||||
sudo: false
|
||||
cache: pip
|
||||
install:
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -16,7 +16,6 @@ basepython =
|
|||
py34: python3.4
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
pypy: pypy
|
||||
usedevelop = true
|
||||
setenv =
|
||||
DJANGO_SETTINGS_MODULE = dbtemplates.test_settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue