10000 tests: docker for travis. · python-bonobo/bonobo-sqlalchemy@351e35d · GitHub
[go: up one dir, main page]

Skip to content

Commit 351e35d

Browse files
committed
tests: docker for travis.
1 parent 6e087ed commit 351e35d

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.travis.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
language: python
2+
sudo: required
3+
services:
4+
- docker
25
python:
3-
- 3.5
4-
- 3.5-dev
5-
- 3.6
6-
- 3.6-dev
7-
- nightly
6+
- 3.5
7+
- 3.5-dev
8+
- 3.6
9+
- 3.6-dev
10+
- nightly
811
install:
9-
- make install-dev
10-
- pip install coveralls
11-
- pip install docker
12+
- make install-dev
13+
- pip install coveralls
14+
- pip install docker
1215
script:
13-
- make clean test
16+
- make clean test
1417
after_success:
15-
- coveralls
18+
- coveralls

0 commit comments

Comments
 (0)
0