Skip to content

Commit

Permalink
[MIRROR] Move Travis Python deps into install step (Skyrat-SS13#913)
Browse files Browse the repository at this point in the history
* Move Travis Python deps into install step (#53859)

* Move Travis Python deps into install step

Co-authored-by: Tad Hardesty <[email protected]>
  • Loading branch information
SkyratBot and SpaceManiac authored Sep 22, 2020
1 parent 8217e0a commit 1708536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ jobs:
install:
- tools/travis/install_build_tools.sh
- tools/travis/install_spaceman_dmm.sh dreamchecker
- python3 -m pip install -r tools/mapmerge2/requirements.txt
script:
- tools/travis/check_filedirs.sh tgstation.dme
- tools/travis/check_changelogs.sh
- find . -name "*.php" -print0 | xargs -0 -n1 php -l
- find . -name "*.json" -not -path "*/node_modules/*" -print0 | xargs -0 python3 ./tools/json_verifier.py
- tools/travis/build_tgui.sh
- tools/travis/check_grep.sh
- python3 -m pip install -r tools/mapmerge2/requirements.txt && python3 tools/mapmerge2/dmi.py --test
- python3 tools/mapmerge2/dmi.py --test
- ~/dreamchecker

- name: "Compile All Maps"
Expand Down

0 comments on commit 1708536

Please sign in to comment.