forked from jotes/django-cookies-samesite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
44 lines (36 loc) · 1.48 KB
/
.travis.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Config file for automatic testing at travis-ci.org
language: python
env:
- LC_CTYPE=c LC_ALL=c
- LC_CTYPE=en_US.utf-8 LC_ALL=en_US.utf-8
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
matrix:
fast_finish: true
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -r requirements_test.txt
# command to run tests using coverage, e.g. python setup.py test
script:
- make flake8
- |
if [ $TRAVIS_PYTHON_VERSION != "2.7" ]; then
pip install -r requirements_dev_python3.txt &&
make black-check
fi
- tox
after_success:
- codecov -e TOX_ENV
deploy:
provider: pypi
on:
tags: true
skip_existing: true
user: __token__
password:
secure: B4J9/FoxA6oEeQisUrenjB/bzWAHejVAd2EvODPubgOoMll/KN3XzyO5I1CIwKTbx6wwURz2zmz8U4h6v2oW8Xy4SaO3A7OHx57I2lQtv5q923XS7wBUX7R81xq3DqglS6lEdNcZlNPZqqz07qgn/S/8uvRxYcVM82VDECbzMggFCqsw0qEwiQtMtjdxtv3AhLzbQ/g6QCBQLA2YD5aSCFyFRJpQGbhJE8m3VeVhN+iLePE9+II32rxV/9IPohKgGYfUTbuN4mBLtAmsWQws3QOZTmU9V0VuXlvoXMjmczLRBx8SH5UiSa5u0ZppVZAxYEoGZwJOEf5ThLmybFac6bkgpDR687MIlIZkup0OmKrDYxaU3GJGyqZbcms5essa7WB15QPSBiEKL5WruZMnaOxAPTW8Qsp4uVibq5nC4b1h8TX8/mjnV/xVI+6kLITd8cSjiL3leHgadrInLMMRyX8RBYHNE+p/mjMwXLNFmpeODXla72Y8fJ7MYVrJ3Gxf8bOxU301GPS8LK5VxTowT2mBUJINYI2LZX0rHX48MJs95qfe15BuQ7y0m55tkSCoM0K+9WqROx526AydoTvbGG39z1WrIQIy+6JA4iqoyuiQTrI+wckAKxBf8BDP6f+8eP45bBnRfNswz7WmbSf1BBSYnOZogEW25tAJ6G/UjWo=