buildbot-transifex/.travis.yml

22 lines
391 B
YAML
Raw Normal View History

2019-03-11 00:36:11 +00:00
language: python
python:
- "3.6"
addons:
apt_packages:
- enchant
- aspell
- aspell-en
- ispell
- iamerican
env:
- BOTO_CONFIG=/dev/null
install:
- pip install -U pip wheel setuptools
2020-06-01 19:27:52 +00:00
- "pip install -r testrequirements.txt"
2019-03-11 00:36:11 +00:00
- pip install -r requirements.txt
- pip install -e .
cache:
directories:
- $HOME/.cache/pip
script: "trial buildbot_gitea.test"