Skip to content

Commit

Permalink
Fix install for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Mar 8, 2019
1 parent bb22ee5 commit 5a232f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- '3.6'
- '3.7'

install: pip install -e .[yaml,toml,tests,xmltodict]
install: pip install -e .[yaml,toml,tests,xml]

script:
- pytest -v
Expand Down

0 comments on commit 5a232f9

Please sign in to comment.