Skip to content

Commit

Permalink
Update .travis.yml and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed May 16, 2019
1 parent 116d47c commit 78a10fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ env:
- PIPENV_IGNORE_VIRTUALENVS=1

# command to install dependencies
install: make setup
install:
- travis_retry pip install -U tox-travis
- make setup

# command to run tests
script: pipenv run -- tox
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ envlist =

[testenv]
passenv = CI TRAVIS TRAVIS_*
basepython =
py35: python3.5
py36: python3.6
py37: python3.7
deps =
django22: django>=2.2,<2.3
django21: django>=2.1,<2.2
Expand Down

0 comments on commit 78a10fb

Please sign in to comment.