Skip to content

Commit

Permalink
Fix Travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Feb 9, 2020
1 parent d72badf commit d617fed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.project_slug}}/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
install: pip3 install -e .
script:
- pytest --cov=./
- flake8 mtoolnote
- flake8 {{ cookiecutter.project_slug }}
- name: "Python 3.7.5 on macOS 10.14.4 (xcode 10.2)"
os: osx
osx_image: xcode10.2
Expand All @@ -25,7 +25,7 @@ matrix:
install: pip3 install -e .
script:
- pytest --cov=./
- flake8 mtoolnote
- flake8 {{ cookiecutter.project_slug }}
- name: "Python 3.6.7 on Ubuntu 16.04"
os: linux
language: python
Expand All @@ -37,7 +37,7 @@ matrix:
install: pip3 install -e .
script:
- pytest --cov=./
- flake8 mtoolnote
- flake8 {{ cookiecutter.project_slug }}
- name: "Python 3.7.1 on Ubuntu 16.04"
os: linux
language: python
Expand All @@ -49,6 +49,6 @@ matrix:
install: pip3 install -e .
script:
- pytest --cov=./
- flake8 mtoolnote
- flake8 {{ cookiecutter.project_slug }}
after_success:
- codecov

0 comments on commit d617fed

Please sign in to comment.