We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfa465 commit 62b287eCopy full SHA for 62b287e
.travis.yml
@@ -1,5 +1,6 @@
1
language: python
2
python:
3
+ - "2.6"
4
- "2.7"
5
sudo: required
6
services:
@@ -11,4 +12,6 @@ install:
11
12
before_script:
13
- make docker-images
14
script:
- - 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