Skip to content

Commit 5bc9aea

Browse files
committed
Run make check as part of the travis runs
1 parent 670992d commit 5bc9aea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ env:
77
sudo: false
88
install:
99
- travis_retry pip install tox
10+
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -r requirements-dev.txt; fi
1011
script:
1112
- tox
13+
# We only need to run the lint/flake8 checks on one version of python
14+
# So I've arbitrarily chosen python2.7.
15+
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then make check; fi

0 commit comments

Comments
 (0)