mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-18 20:17:04 +01:00
Add Travis CI support
I'm happy with SourceHut's build support, but Travis allows us to tests other Python versions.
This commit is contained in:
parent
ac127e7f8a
commit
17f4a26ac0
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
dist: xenial
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
install:
|
||||||
|
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
||||||
|
- "pipenv install --dev"
|
||||||
|
script: pytest
|
||||||
|
env:
|
||||||
|
- PIPENV_NOSPIN=True
|
||||||
|
- PIPENV_HIDE_EMOJIS=True
|
||||||
|
|
||||||
|
# vim: ts=2 sw=2 et
|
Loading…
Reference in New Issue
Block a user