mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 06:01:03 +00:00
Move to container based Travis
This commit is contained in:
@@ -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 .
|
||||||
|
Reference in New Issue
Block a user