-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 1.31 KB
/
.travis.yml
File metadata and controls
30 lines (30 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
after_success:
- coveralls
deploy:
true:
python: 2.7
repo: sys-git/certifiable
tags: true
distributions: sdist bdist_wheel
password:
secure: gxlSRxHWZLqcRB+OzA+0Xmj7J4WGsYWocccpjaAvnipWEDp2BqPHaaIgcJWfNvgyGos0nxAwbGrBznB1F2yUob09cSKgzHJXuBib70Jq5P4yCff95Y3LhrR/qkEPhWGkRjQz4RhF40YPNekhHJAe6QNSf/T83eAtySryHxqb5hPIc+TlLqHevlmH/mkICVNTF2zDnfNh1XOXKGhhzGckC+wtI/ElGsBDKVDhK+FsDKnYCMWnpuwHo6X9M0V9MMhxQQ6AVl1FOgS4zdrAsjMVRZaDfaQ2Oi6A48yMaasWb10sii+rtQnmJZWkQ3uZUSJ4pFomzZTcJRIE8dmdejpoeNIiF3MRPNugjiIhoe0nZ33jYn1Q1iXxflQEp33DaoAYa0LIZ1HjeSq5jyM4H0WjVEEf8tpwXHwc8PcZMbp5LNEoQtzafEsJGgbkPIZ5iL0mzLJYUeBXPGdWWWGbNChmRSr7K9ZpAin6tYrC2evGIw6ixi97eK1iA2zn1XUH3UEjnZia0QTbxV1MDcU4AGQoIXExYkEkQyw2/ai6B47rJwpJdDGWfhXin+R1kmtOZjIANs5oHkZVkUGOQYlT0Hfu5BJydY+KIwWZOY10JZmqVIy/eTLo2fq4UXauphNTe0oDkZGDHI6WWx5Btmi+XU/1UWA5TSShjFcDLJYLP6UCGio=
provider: pypi
user: francishorsman
install:
- pip install -U tox-travis
- pip install coveralls
- pip install flake8
- pip install -r requirements/requirements.txt
- pip install -r requirements/requirements-test.txt
language: python
python:
- pypy
- 3.6
- 3.5
- 2.7
script:
- tox
- flake8 certifiable
- nosetests --with-coverage --cover-erase --cover-package=certifiable --cover-html
--cover-branches