Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 5, 2018
1 parent 4149f85 commit 04ced85
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ os:
- linux

python:
# still travis bug
# - 3.6
- 3.5
- 3.6

group: travis_latest

Expand All @@ -16,9 +14,12 @@ git:


install:
- pip -q install -e .[tests]
- pip -q install -e .[tests]

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

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.5* ]]; then
Expand Down

0 comments on commit 04ced85

Please sign in to comment.