Python 3.7 isn't available anymore on Travis CI trusty? Defaults to Python 3.6.1

This commit is contained in:
Aaron Louie 2020-02-12 11:14:04 -05:00
parent 5a53ddb88c
commit 7855bed328

View File

@ -12,9 +12,6 @@ services:
- postgresql
- docker
python:
- "3.7"
before_install:
- cp config/travis-testing.py config/testing.py
- psql -c 'create database crc_test;' -U postgres