We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b73f5 commit 2e243b5Copy full SHA for 2e243b5
.travis.yml
@@ -4,10 +4,11 @@ cache: pip
4
python:
5
- "2.7"
6
- "3.4"
7
+ - "3.5"
8
+ - "3.6"
9
install:
10
- pip install -r requirements-test.txt
11
script:
12
- py.test -vvv --cov database_sanitizer --cov-report=term-missing
13
after_success:
14
- curl -s https://codecov.io/bash | bash
-
0 commit comments