Skip to content

Commit

Permalink
Add appdirs as a requirement for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aelred committed Apr 17, 2015
1 parent 5fd34b5 commit 11ca41a
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
@@ -1,5 +1,5 @@
language: python
python:
- "2.7"
install: pip install pyparsing
install: pip install pyparsing appdirs
script: ./test

0 comments on commit 11ca41a

Please sign in to comment.