Skip to content

Commit

Permalink
Merge pull request #179 from takluyver/rm-test-wheelhouses
Browse files Browse the repository at this point in the history
Remove wheelhouses test script
  • Loading branch information
auvipy authored Jul 10, 2019
2 parents 1b626a4 + 74ca2df commit 7b03e37
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 40 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ dist: xenial
matrix:
include:
- python: "3.5"
- python: "3.5"
env: WHEELHOUSE=1
- python: "3.6"
- python: "3.7"
- python: "3.7"
env: LINTER=1
allow_failures:
- python: "3.5"
env: WHEELHOUSE=1

sudo: required
services:
Expand Down
32 changes: 0 additions & 32 deletions tests/integration/test-wheelhouses.sh

This file was deleted.

4 changes: 1 addition & 3 deletions tests/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

set -exo pipefail

if [[ "$WHEELHOUSE" == "1" ]]; then
bash tests/test-wheelhouses.sh
elif [[ "$LINTER" == "1" ]]; then
if [[ "$LINTER" == "1" ]]; then
tox -e lint
else
pytest -s --cov auditwheel --cov-branch
Expand Down

0 comments on commit 7b03e37

Please sign in to comment.