Skip to content

Commit

Permalink
trying to make travis happy with verisoeer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 24, 2016
1 parent 372a331 commit 1634b82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ install:
- pip install codecov
- pip install rednose
- pip install coverage
- pip install flake8 pyflakes

script:
- nosetests -v --rednose --cover-package=neutronbraggedge --with-coverage
- pyflakes setup.py versioneer.py git_version.py
- flake8 git_version.py versioneer.py
# - python tests/getdata.py
# - python tests/ivenus/signon.py
# - nosetests --exe
Expand All @@ -54,4 +57,4 @@ notifications:
- https://webhooks.gitter.im/e/6b9d6dacd08d3e45e1b3
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

0 comments on commit 1634b82

Please sign in to comment.