Skip to content

Commit

Permalink
Add py34-first_startup to Travis and default tox tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jun 13, 2018
1 parent 6120183 commit 594daa8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ env:

matrix:
include:
- env: TOX_ENV=py34-first_startup
addons:
apt:
packages:
# For psutil, pyyaml, uwsgi...
- libpython3.4-dev
# For python-lzo
- liblzo2-dev
- zlib1g-dev
- env: TOX_ENV=validate_test_tools
addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
# envlist is the list of environments that are tested when `tox` is run without any option
# hyphens in an environment name are used to delimit factors
envlist = check_py3_compatibility, py27-first_startup, py27-lint, py27-lint_docstring_include_list, py27-unit, py34-lint, qunit, validate_test_tools
envlist = check_py3_compatibility, py27-first_startup, py27-lint, py27-lint_docstring_include_list, py27-unit, py34-lint, py34-first_startup, qunit, validate_test_tools
skipsdist = True

[testenv:check_py3_compatibility]
Expand Down

0 comments on commit 594daa8

Please sign in to comment.