فهرست منبع

Added cl to the test requirements

David Cramer 13 سال پیش
والد
کامیت
1a891e5a50
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -136,7 +136,7 @@ if is_jython:
 
 # -*- Tests Requires -*-
 
-tests_require = ["nose", "nose-cover3", "sqlalchemy", "mock"]
+tests_require = ["nose", "nose-cover3", "sqlalchemy", "mock", "cl"]
 if sys.version_info < (2, 7):
     tests_require.append("unittest2")
 elif sys.version_info <= (2, 5):