Skip to content

Commit

Permalink
moved flake into test part
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris MacLellan committed Jul 9, 2021
1 parent e566c6d commit c0bf28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ install:
- pip install .
- pip install -r test_requirements.txt
script:
- flake8 concept_formation
- pytest
after_success:
- coverage run --source concept_formation -m pytest
- coverage report
- flake8 concept_formation
- coveralls
deploy:
provider: pypi
Expand Down

0 comments on commit c0bf28f

Please sign in to comment.