1 parent e251f49 commit feb78b8Copy full SHA for feb78b8
1 file changed
.travis.yml
@@ -6,18 +6,4 @@ install:
6
- pip install -r requirements.txt --use-mirrors
7
- pip install -r dev-requirements.txt --use-mirrors
8
script:
9
- - which nosetests
10
- - nosetests --version
11
- - nosetests tests/unit/test_admin.py
12
-# - nosetests tests/unit/test_collection_proxy.py
13
- - nosetests tests/unit/test_company.py
14
- - nosetests tests/unit/test_event.py
15
- - nosetests tests/unit/test_intercom.py
16
- - nosetests tests/unit/test_message.py
17
- - nosetests tests/unit/test_note.py
18
- - nosetests tests/unit/test_notification.py
19
- - nosetests tests/unit/test_request.py
20
- - nosetests tests/unit/test_subscription.py
21
- - nosetests tests/unit/test_tag.py
22
- - nosetests tests/unit/test_user.py
23
-
+ - nosetests tests/unit
0 commit comments