Skip to content

Commit

Permalink
not quite right
Browse files Browse the repository at this point in the history
  • Loading branch information
Lindsey Gray authored and Lindsey Gray committed Jun 4, 2019
1 parent 9ed764a commit 522a5ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ addons:
apt:
packages:
- python-setuptools
before_script:
- composer self-update -q
- if [ -n "$GITHUB_OAUTH_TOKEN" ]; then composer config github-oauth.github.com ${GITHUB_OAUTH_TOKEN}; fi;
- if [ -z "$dependencies" ]; then composer install; fi;
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi;
- if [ "$dependencies" = "highest" ]; then composer update -n; fi;
- composer show -i
script:
- python setup.py flake8
- python setup.py pytest
Expand Down
2 changes: 1 addition & 1 deletion fnal_column_analysis_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

import re

__version__ = "0.4.19"
__version__ = "0.4.20"
version = __version__
version_info = tuple(re.split(r"[-\.]", __version__))

Expand Down

0 comments on commit 522a5ce

Please sign in to comment.