NBISweden / swefreq

Swedish Frequency resource for genomics website
https://swefreq.nbis.se/
GNU General Public License v3.0
8 stars 1 forks source link

Fix the travis build #612

Closed talavis closed 4 years ago

talavis commented 4 years ago

Describe the pull request:

Pull request long description:

Changes in travis made postgres not start on the expected port.

Postgres 10 is now started on the default port (5432) without using docker. The travis script is updated to use the default port.

The build is now tested on Python 3.6, 3.7, and 3.8. The config is done using the standard way in travis instead of defining image and version in a matrix.

Move the installation of coveralls and pylint to test/requirements.txt.