diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-15 13:15:14 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-05-16 19:28:39 +0200 |
commit | 53137336d7d3dd30d710e06b17b9f96c1c857c72 (patch) | |
tree | 5ecadf562f3d50df9276b468602a92d7ffc0a805 /tox.ini | |
parent | 1246e25aa2e6acd0e12f145a0330922aa076b683 (diff) |
[tests] install pixelated in tox also
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ commands = # set and we don't have problems with concurrent db access. pip uninstall -y pysqlcipher pip install --install-option="--bundled" pysqlcipher + pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/ py.test -k 'not bench' --pep8 {posargs} deps = -r{toxinidir}/pkg/requirements-testing.pip |