Move ci_install.py to subdir
This commit is contained in:
parent
bc080f047e
commit
cc94e7bfee
@ -11,7 +11,7 @@ environment:
|
||||
- TESTENV: pylint
|
||||
|
||||
install:
|
||||
- C:\Python27\python -u scripts\dev\ci_install.py
|
||||
- C:\Python27\python -u scripts\dev\ci\install.py
|
||||
|
||||
test_script:
|
||||
- C:\Python34\Scripts\tox -e %TESTENV%
|
||||
|
@ -35,7 +35,7 @@ cache:
|
||||
- $HOME/build/The-Compiler/qutebrowser/.cache
|
||||
|
||||
install:
|
||||
- python scripts/dev/ci_install.py
|
||||
- python scripts/dev/ci/install.py
|
||||
|
||||
script:
|
||||
- tox -e $TESTENV
|
||||
|
Loading…
Reference in New Issue
Block a user