Skip to content

Commit 62b287e

Browse files
committed
fixup! Enable travis to test all but product tests
1 parent fdfa465 commit 62b287e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- "2.6"
34
- "2.7"
45
sudo: required
56
services:
@@ -11,4 +12,6 @@ install:
1112
before_script:
1213
- make docker-images
1314
script:
14-
- make clean lint dist docs test test-rpm
15+
- make clean lint dist docs
16+
- nosetests --with-timer --timer-ok 60s --timer-warning 300s -s tests.unit
17+
- nosetests --with-timer --timer-ok 60s --timer-warning 300s -s tests.integration

0 commit comments

Comments
 (0)