Skip to content

Commit

Permalink
pytest -m
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 15, 2018
1 parent 9ff6a97 commit 6acddb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -35,11 +35,11 @@ before_install:
fi

install:
- pip install -e .[tests]
- python -m pip install -e .[tests]
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* && $TRAVIS_OS_NAME == linux ]]; then pip install -e .[cov]; fi

script:
- pytest -rsv
- python -m pytest -rsv

- if [[ $TRAVIS_PYTHON_VERSION == 3.6* && $TRAVIS_OS_NAME == linux ]]; then flake8; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* && $TRAVIS_OS_NAME == linux ]]; then mypy . --ignore-missing-imports; fi
Expand Down

0 comments on commit 6acddb8

Please sign in to comment.