Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jun 25, 2019
1 parent af8a696 commit 49d1c3b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ matrix:
- python: 3.6
env: TOXENV=pylint
- python: 3.6
env: TOXENV=py36
env: TOXENV=py36-django20
- python: 3.6
env: TOXENV=py36-django21
- python: 3.6
env: TOXENV=py36-django22
- python: 3.7
env: TOXENV=py37-django20
dist: xenial
- python: 3.7
env: TOXENV=py37-django21
dist: xenial
- python: 3.7
env: TOXENV=py37-django22
dist: xenial
services:
- postgresql
addons:
postgresql: 9.6
postgresql: "9.6"
before_script:
- psql -c 'CREATE DATABASE small_small_hr;' -U postgres
install:
Expand Down

0 comments on commit 49d1c3b

Please sign in to comment.