This website requires JavaScript.
Explore
Help
Sign in
evlli
/
hass-core
Watch
1
Star
0
Fork
You've already forked hass-core
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c864ea60c9
hass-core
/
script
/
test
5 lines
53 B
Text
Raw
Normal View
History
Unescape
Escape
Add exec + doc header
2015-09-17 00:38:52 -07:00
#!/bin/sh
Improve development workflow in docker (#5079) * Allow bower install of frontend components as root. Needed for frontend development in docker since everything runs as root in the docker image. * Improve development workflow in docker * Use LANG=C.UTF-8 in tox. Fixes installation of libraries with UTF-8 in it's readme. * Install mysqlclient psycopg2 uvloop after requirements_all.txt again, but with a --no-cache-dir this time. Allows bootstrap_frontend to be executed in a different path like the other scripts.
2017-01-02 22:04:09 +01:00
# Excutes the tests with tox.
Add exec + doc header
2015-09-17 00:38:52 -07:00
convert testing infrastructure to tox This converts the testing infrastructure to tox for both locally testing and travis. This is nearly equivalent to the previous testing with the only exception that linting fails with the first tool to fail and won't process all of them. Slightly tricky thing is that tox resets *all* of the environment for it's subprocess runs by default. A couple of the dependencies we have will not install in non UTF8 locales: temper-python & XBee.
2016-02-13 19:56:32 -05:00
tox -e py34
Reference in a new issue
Copy permalink