Move ci_install.py to subdir

This commit is contained in:
Florian Bruhin 2016-03-15 19:18:16 +01:00
parent bc080f047e
commit cc94e7bfee
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ environment:
- TESTENV: pylint - TESTENV: pylint
install: install:
- C:\Python27\python -u scripts\dev\ci_install.py - C:\Python27\python -u scripts\dev\ci\install.py
test_script: test_script:
- C:\Python34\Scripts\tox -e %TESTENV% - C:\Python34\Scripts\tox -e %TESTENV%

View File

@ -35,7 +35,7 @@ cache:
- $HOME/build/The-Compiler/qutebrowser/.cache - $HOME/build/The-Compiler/qutebrowser/.cache
install: install:
- python scripts/dev/ci_install.py - python scripts/dev/ci/install.py
script: script:
- tox -e $TESTENV - tox -e $TESTENV