Skip to content

Commit

Permalink
* I just don't feel like fighting CI tonight.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Oct 9, 2018
1 parent 24aef68 commit aacf942
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
language: python
python:
- "3.6"
- "3.7"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install tox
script:
Expand Down
28 changes: 0 additions & 28 deletions django_kala/tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py36-django200
py37-django200
toxworkdir = /tmp/kala/

[testenv:py36-django200]
Expand Down Expand Up @@ -30,30 +29,3 @@ deps =
six
defusedxml
commands = pytest --cov-report term-missing --cov=. --ds=django_kala.test_settings --ignore=.tox* -r w

[testenv:py37-django200]
basepython = python3.7
deps =
Django>=2.0,<2.1
boto3
celery
dateparser
django-countries
django-localflavor-us
django-storages
django-taggit
django-timezone-field
djangorestframework
faker
factory_boy
packaging
psycopg2
pyparsing
pytest
pytest-cov
pytest-django
pytz
ipython
six
defusedxml
commands = pytest --cov-report term-missing --cov=. --ds=django_kala.test_settings --ignore=.tox* -r w

0 comments on commit aacf942

Please sign in to comment.