Locale Tests (#1079)

* Locale tests redo

* Add helper

* Remove line break if found.

* Fix imports

* Remove copy that snuck in

* Install language packs

* Change language pack install

* fix china language pack

* Fix tests that I accidentially broke

* Add debug print

* Don't try and parse Travis cache dirs

* Fix counting
This commit is contained in:
Ebag333
2017-04-02 15:53:14 -07:00
committed by GitHub
parent 3dd539b4f0
commit d2af4f7d9c
13 changed files with 384 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ addons:
apt:
packages:
before_install:
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-en language-pack-ru language-pack-he language-pack-zh-hans
- pip install tox
# We're not actually installing Tox, but have to run it before we install wxPython via Conda. This is fugly but vOv
- tox