-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.travis.yml
44 lines (37 loc) · 973 Bytes
/
.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
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
env:
- PYCOUNTRY_VERSION=1.11
- PYCOUNTRY_VERSION=1.11 LC_ALL=C
install:
- pip install -e .
- travis_retry pip install unittest2
- travis_retry pip install pycountry==$PYCOUNTRY_VERSION
script: py.test -v tests/*.py README.rst
matrix:
fast_finish: true
allow_failures:
- python: "nightly"
deploy:
provider: pypi
user: noumar
password:
secure: NSOcudsP+ifu+01CS55CyloIRNJfR74NOWX4EQ0dRA16fiRs9a39hAKWAbIXOThgMwWdg7Zg/ygYgHemX5AiGCq7pXXuOUGqA/tRSgIwm3qGvbBgG/Va/ZuX7NqU02d1lSooegtmo+J/2CGJVgkvyTopY+yCviLcORr6F7T9ZkE=
on:
branch: master
tags: true
distributions: sdist
notifications:
email: false
flowdock:
secure: kEtntLtO1f80vLRhy3adTAsS7u14PaXQK/SwS5uCGnf6I0SpoMxCg3wdquekbrAjGfqcVKm0SOIIeP6jwEgqWRbEGtF5w/S9GtC5mCT/f4FgIrtfGkzrDtiJ9GDa+X6PaUqlWt6KTcAX2IZpob8sc6oKNDPY1cidV5dbWW+G1Ys=