Skip to content

Commit

Permalink
Minor fixes to CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Oct 27, 2019
1 parent 71d1102 commit f634b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ addons:
matrix:
include:
# Lint on Linux because enchant is unavailable for 64-bit Windows
- name: "Lint"
python: "3.7"
- python: "3.7"
env: TOXENV=lint

- python: "3.7"
Expand Down Expand Up @@ -44,7 +43,7 @@ matrix:
# env: PATH=/c/Python37:/c/Python37/Scripts:$PATH TOXENV=codecov

install:
- pip3 install tox
- pip install tox

script:
- tox -- --verbose
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ build: off

before_test:
- "pip install tox"
- "if ($env:PYTHON_VERSION = '2.7') {pip install mock}"

test_script:
- "tox -e %TOX_ENV%"

0 comments on commit f634b9a

Please sign in to comment.