1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-08 14:30:57 +00:00

Documentation fixes and attempt to fix Travis

This commit is contained in:
2016-03-28 00:00:41 +03:00
parent 925bc0ef9a
commit 3d32de8cad
3 changed files with 14 additions and 24 deletions

View File

@@ -1,16 +1,14 @@
sudo: false
sudo: required
language: python
dist: trusty
python:
#- "2.6"
#- "2.7"
#- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "2.7"
after_success:
- codecov
virtualenv:
system_site_packages: true
before_install:
# codecov.io
- apt-get install -qq python-configparser python-cffi
- pip install codecov pytest-cov
install:
- pip install -r requirements.txt