Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Skip sdist build so pip install can be cleanroom tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
duggan committed Oct 1, 2015
1 parent 1389a91 commit f273741
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
@@ -1,4 +1,5 @@
[tox]
skipsdist = true
envlist = py26, py27, py33, py34, pypy, pypy3
[pytest]
pep8ignore = E402
Expand All @@ -12,7 +13,8 @@ commands = pip install .
whitelist_externals = bats
deps = -rrequirements/base.txt
-rrequirements/tests.txt
commands = bats --tap test/bats
commands = python setup.py install
bats --tap test/bats
py.test --pep8 pontoon
pep8 scripts/
[testenv:coverage]
Expand Down

0 comments on commit f273741

Please sign in to comment.