Skip to content

Commit

Permalink
round 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Aug 11, 2016
1 parent e27a1ff commit 748c2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
sys.path.insert(0, src_dir)

import conda # NOQA
from conda._vendor.auxlib import packaging
from conda._vendor.auxlib import packaging # NOQA

with open(os.path.join(here, "README.rst")) as f:
long_description = f.read()
Expand Down
5 changes: 2 additions & 3 deletions utils/travis-run-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@ miniconda_install() {


if [[ $FLAKE8 == true ]]; then
flake8_extras
main_install
flake8_extras
elif [[ $CONDA_BUILD == true ]]; then
miniconda_install
else
test_extras
main_install

test_extras
fi

0 comments on commit 748c2bf

Please sign in to comment.