diff --git a/.travis.yml b/.travis.yml index 7186b58a..27e05c0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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