Skip to content

Commit

Permalink
ignoring integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskn committed Jun 20, 2019
1 parent 3199f1a commit dbc1842
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ install:
script:
- black sat --diff --check
- black test --diff --check
- python -m pylint sat --rcfile conf/.pylintrc
- python -m pylint test --rcfile conf/.pylintrc
- python -m pylint test --rcfile conf/.pylintrc

- pytest --cov=. --cov-config=conf/.coveragerc
#- python -m flake8
#- python -m pylint sat/sat sat/comp sat/report sat/changes sat/deps sat/app sat/test
- python -m pylint sat test test_integration --rcfile conf/.pylintrc
- pytest --cov=. --cov-config=conf/.coveragerc -m "not integration"
after_success:
- coveralls

0 comments on commit dbc1842

Please sign in to comment.