forked from coin-or/pulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
51 lines (46 loc) · 1.08 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
45
46
47
48
49
50
51
language: python
matrix:
include:
# Ubuntu 14.04 LTS (Trusty Tahr)
- dist: trusty
python: 2.7
- dist: trusty
python: 3.3
- dist: trusty
python: 3.4
- dist: trusty
python: pypy
# Ubuntu 16.04 LTS (Xenial Xerus)
- dist: xenial
python: 3.5
- dist: xenial
python: pypy3.5
# Ubuntu 18.04 LTS (Bionic Beaver)
- dist: bionic
python: 3.6
- dist: bionic
python: 3.7
- dist: bionic
python: 3.7-dev
- dist: bionic
python: 3.8-dev
- dist: bionic
python: nightly
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq glpk-utils
install:
- pip install .
script: pulptest
before_deploy:
- sudo apt-get install texlive-latex-extra
- sudo apt-get install dvipng
deploy:
provider: pypi
docs_dir: doc/build/html
user: StuartMitchell
password:
secure: SVUU0MC4tLFS0EWqybpjWHKHumZ0qB6quhkvvx0pyfn4h6CIgZqhuWdSD/PJomlZp+dfqdQUVq3Tzl50UwQFG4OcBORJ+fVjxGJPkO5dpFsvtoNfBRNV9ZkYzMUx0djXxFKK2sVNqgI2O2sDvZk4eHDD09+mKtoSZ5XeT68Vqno=
on:
tags: true
repo: coin-or/pulp