Skip to content

Commit

Permalink
cleanup CI template
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 8, 2018
1 parent 25ca2a1 commit d72a1ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,18 @@ os:
# - conda update -q conda
# - conda create -n test python=$TRAVIS_PYTHON_VERSION
# - source activate test
# - pip -q install coveralls


install: pip install -e .[tests]

script:
- pytest -sv
- mypy . --ignore-missing-imports
- flake8

- mypy . --ignore-missing-imports

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* ]]; then
- if [[ $TRAVIS_PYTHON_VERSION == 3.6* ]]; then
pytest --cov;
coveralls;
coveralls;
fi

0 comments on commit d72a1ca

Please sign in to comment.