Skip to content

Commit

Permalink
add Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 6, 2019
1 parent 31a9d2b commit cda6d49
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7
services:
- postgresql
install:
- pip install tox-travis
before_script:
- psql -U postgres -c 'CREATE DATABASE "test";'
script:
- tox
branches:
only:
- master
notifications:
email: false
irc: false

0 comments on commit cda6d49

Please sign in to comment.