mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Changed how travis install requirements
This commit is contained in:
parent
f411b63fd4
commit
53e359f5bd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ before_install:
|
|||
- export PIP_USE_MIRRORS=true
|
||||
- export PIP_INDEX_URL=https://simple.crate.io/
|
||||
install:
|
||||
- python setup.py develop
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- python runtests.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue