mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-09 16:14:45 +00:00
refs #2: Updated travis.
This commit is contained in:
parent
796f3d6281
commit
cfe7dc8f9c
1 changed files with 2 additions and 1 deletions
|
|
@ -7,10 +7,11 @@ cache:
|
|||
env:
|
||||
matrix:
|
||||
- TOXENV=py27-dj18
|
||||
- TOXENV=py33-dj18
|
||||
- TOXENV=py34-dj18
|
||||
- TOXENV=py35-dj18
|
||||
- TOXENV=py27-dj111
|
||||
- TOXENV=py34-dj111
|
||||
- TOXENV=py35-dj111
|
||||
install:
|
||||
- pip install tox codecov
|
||||
script: tox -v
|
||||
|
|
|
|||
Loading…
Reference in a new issue