Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- "3.5"
- "3.4"
- "3.3"
- "2.7"

before_install:
Expand Down Expand Up @@ -44,6 +43,8 @@ install:

script: echo "Done!"

# script: pytest tests

notifications:
email:
recipients:
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
recursive-include qtpandas *.py
recursive-include qtpandas/_lib *
recursive-include qtpandas/i18n *.qm
prune examples/sample?/build/tests
prune examples/sample?/build/tests
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted this line b/c I deleted the corresponding directory.

183 changes: 0 additions & 183 deletions doc/Makefile

This file was deleted.

Loading