Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the travis build #612

Merged
merged 2 commits into from
Apr 6, 2020
Merged

Fix the travis build #612

merged 2 commits into from
Apr 6, 2020

Conversation

talavis
Copy link
Contributor

@talavis talavis commented Mar 7, 2020

Describe the pull request:

  • Bug fix
  • Functional change
  • New feature
  • Code cleanup
  • Build system change
  • Documentation change
  • Language translation

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.

…ng as intended

Also use the traditional python version syntax as the newer versions are now available.

Update travis_script to use the standard psql port.
@talavis talavis merged commit d3b882c into develop Apr 6, 2020
@talavis talavis deleted the fix-travis branch April 6, 2020 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant