This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Add python 3.6 to travis testing matrix, change postgres from 9.4 to 9.6
pull/163/head
Pēteris Caune
7 years ago
parent
55d6471156
commit
ea115aa45b
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.travis.yml
+ 2
- 1
.travis.yml
View File
@ -2,6 +2,7 @@ language: python
python:
-
"2.7"
-
"3.5"
-
"3.6"
install:
-
pip install -r requirements.txt
-
pip install braintree coveralls mock mysqlclient reportlab
@ -10,7 +11,7 @@ env:
-
DB=mysql
-
DB=postgres
addons:
postgresql
:
"9.
4
"
postgresql
:
"9.
6
"
script:
-
coverage run --omit=*/tests/* --source=hc manage.py test
after_success
:
coveralls
Write
Preview
Loading…
Cancel
Save