mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
Another fix to travis config.
This commit is contained in:
parent
d1c32c0aaa
commit
f611c16b57
@ -4,11 +4,9 @@ services:
|
||||
- postgresql
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
before_script:
|
||||
before_install:
|
||||
- cp config/travis-testing.py config/testing.py
|
||||
- psql -c 'create database crc_test;' -U postgres
|
||||
|
||||
@ -16,6 +14,3 @@ install:
|
||||
- pip install pipenv pytest
|
||||
- pipenv install
|
||||
- pytest # <== This runs in Pipenv (a/k/a virtualenv)
|
||||
# command to run tests
|
||||
script:
|
||||
- pytest
|
Loading…
x
Reference in New Issue
Block a user