Skip to content

Commit

Permalink
Fix package name of dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
rhe committed Oct 15, 2013
1 parent 1030514 commit 14b2494
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 @@ -5,7 +5,7 @@ install:
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update || true"
- "sudo apt-get install mopidy"
- "pip install coveralls flake8 dateutil"
- "pip install coveralls flake8 python-dateutil"

before_script:
- "rm $VIRTUAL_ENV/lib/python$TRAVIS_PYTHON_VERSION/no-global-site-packages.txt"
Expand Down

0 comments on commit 14b2494

Please sign in to comment.