Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Panhaleux committed Sep 10, 2018
1 parent acbcf62 commit f727a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
- postgresql

addons:
postgresql: "10"
postgresql: "9.6"

script:
- tox
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ update:
pip install -r requirements.txt

quality:
black -q -diff metaset tests
black -q --diff metaset tests
flake8 setup.py metaset tests

test:
Expand Down

0 comments on commit f727a46

Please sign in to comment.