This commit is contained in:
orf 2017-06-04 07:43:11 +00:00 committed by GitHub
commit 5778a3183f

View File

@ -1,4 +1,5 @@
language: python language: python
cache: pip
python: python:
- "2.7" - "2.7"
@ -37,7 +38,8 @@ matrix:
- env: DJANGO=master - env: DJANGO=master
install: install:
- pip install tox tox-travis - pip install --upgrade pip
- pip install tox tox-travis wheel
script: script:
- tox - tox