Skip to content

Commit

Permalink
Rename tests directory to test.
Browse files Browse the repository at this point in the history
Per
<http://docs.python.org/2/distutils/sourcedist.html#specifying-the-files-to-distribute>,
this ensures that test files are automatically pulled into source
distributions.
  • Loading branch information
martey committed Feb 10, 2014
1 parent 40bde9b commit 6a4d850
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ python:
- "2.6"
install:
- "pip install . --use-mirrors"
script: python -m tests.test_facebook
script: python -m test.test_facebook
env:
global:
- secure: "fMcBUM5+gIqqhLUIoBcy4ErV/F6BLIajyLR4Jff7VMVqEXJzfJ7yh/T9C+K2cnCyAODg0PgOuZNdobiW/wM+HUnknB7/K/6EzeLG4JwYEWNtoL6QI/oMw2wDYD8X5FYsIAzKhJHfbXkv0DzmX16ksPbHJ5d89azwoPYLpA6lA1U="
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6a4d850

Please sign in to comment.