Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Dec 9, 2018
1 parent b8dd418 commit fd357a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ install:
- pip freeze

script:
- if [[ -v EXTRA ]]; then pip install -U .[$EXTRA] && pipdeptree --warn fail; fi
# requests from idna and docker packages conflicts with rest of the system...
- if [[ -v EXTRA ]]; then pip install -U .[$EXTRA] && pipdeptree; fi
- if ! [[ -v EXTRA ]]; then make flake mototest; fi
after_success:
codecov
Expand Down

0 comments on commit fd357a8

Please sign in to comment.