mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
Move to container based Travis
This commit is contained in:
parent
6f99c32c38
commit
65b401538e
@ -1,4 +1,4 @@
|
|||||||
sudo: required
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
dist: trusty
|
dist: trusty
|
||||||
python:
|
python:
|
||||||
@ -7,9 +7,9 @@ after_success:
|
|||||||
- codecov
|
- codecov
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
before_install:
|
#before_install:
|
||||||
- sudo apt-get install -qq python-configparser python-setuptools
|
# - apt-get install -qq python-configparser python-setuptools
|
||||||
- pip install codecov pytest-cov
|
# - pip install codecov pytest-cov
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install --editable .
|
- pip install --editable .
|
||||||
|
Loading…
Reference in New Issue
Block a user