Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Rother committed Sep 5, 2019
1 parent 0b71c1b commit 3da264c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ language: python
python:
- "3.6"

env:
- DEPS="Django>=1.11,<1.12"
- DEPS="Django>=2.0,<2.1"
- DEPS="Django>=2.1,<2.2"

install:
- pip install pipenv codecov
- pipenv install --dev
- pipenv run pip install -e .
- pipenv run pip install $DEPS

script: pipenv run py.test --cov

after_success:
- codecov
einstall: pip install tox-travis codecov
script: tox
after_success: codecov
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sphinx-rtd-theme = "*"
tox = "*"
isort = "*"
pytest-black = "*"
twine = "*"

[packages]
django = "*"
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Django>=1.11
django-rq
# rq
# testing: factory, cms

0 comments on commit 3da264c

Please sign in to comment.