Skip to content

Commit 2e243b5

Browse files
committed
Travis: Add more Python versions to test matrix
1 parent d6b73f5 commit 2e243b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ cache: pip
44
python:
55
- "2.7"
66
- "3.4"
7+
- "3.5"
8+
- "3.6"
79
install:
810
- pip install -r requirements-test.txt
911
script:
1012
- py.test -vvv --cov database_sanitizer --cov-report=term-missing
1113
after_success:
1214
- curl -s https://codecov.io/bash | bash
13-

0 commit comments

Comments
 (0)