mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Use Python 3.9 in CI
This commit is contained in:
parent
9d1c6268a0
commit
948fa124d6
@ -1,6 +1,6 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.9
|
||||
addons:
|
||||
postgresql: 9.6
|
||||
env:
|
||||
@ -8,6 +8,7 @@ env:
|
||||
- PLUGIN=payment_paypal
|
||||
before_install:
|
||||
- pip install -U pip setuptools
|
||||
- pip install wheel
|
||||
- pip install -e git+https://github.com/indico/indico.git@${TRAVIS_BRANCH}#egg=indico
|
||||
install:
|
||||
- cd "${TRAVIS_BUILD_DIR}/${PLUGIN}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user