diff --git a/setup.py b/setup.py index e776372..a226f9d 100644 --- a/setup.py +++ b/setup.py @@ -41,9 +41,5 @@ 'pytest', 'pytest-cov', ], - 'docs': [ - 'Sphinx>=1.2.2', - 'sphinx_rtd_theme>=0.1.6', - ], } ) diff --git a/tests/test_aggregations.py b/tests/test_aggregations.py index 0d220de..2cfaa53 100644 --- a/tests/test_aggregations.py +++ b/tests/test_aggregations.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import warnings from decimal import Decimal diff --git a/tests/test_table.py b/tests/test_table.py index b627ece..fbf3750 100644 --- a/tests/test_table.py +++ b/tests/test_table.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - try: import unittest2 as unittest except ImportError: diff --git a/tests/test_tableset.py b/tests/test_tableset.py index 25d47f0..0d8bc02 100644 --- a/tests/test_tableset.py +++ b/tests/test_tableset.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - try: import unittest2 as unittest except ImportError: