Skip to content

Commit df354ed

Browse files
author
Axel Dahlberg
committed
Fixed build conditions
1 parent a2cfaf6 commit df354ed

1 file changed

Lines changed: 45 additions & 45 deletions

File tree

.travis.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
language: python
22
branches:
33
only:
4-
- master
5-
- Develop
4+
- master
5+
- Develop
66
matrix:
77
include:
8-
- name: Python 3.5 on Linux
9-
python: 3.5
10-
- name: Python 3.6 on Linux
11-
python: 3.6
12-
env:
13-
- BUILD=True
14-
- name: Python 3.7 on Xenial Linux
15-
python: 3.7
16-
dist: xenial
17-
- name: Python 3.7 on macOS
18-
os: osx
19-
osx_image: xcode10.2
20-
language: shell
8+
- name: Python 3.5 on Linux
9+
python: 3.5
10+
- name: Python 3.6 on Linux
11+
python: 3.6
12+
env:
13+
- BUILD=True
14+
- name: Python 3.7 on Xenial Linux
15+
python: 3.7
16+
dist: xenial
17+
- name: Python 3.7 on macOS
18+
os: osx
19+
osx_image: xcode10.2
20+
language: shell
2121
before_install:
22-
- git clone --branch Develop https://github.com/SoftwareQuTech/CQC-Python
23-
- cd CQC-Python
24-
- make build
25-
- pip3 install dist/*.whl
26-
- cd ..
27-
- make build
22+
- git clone --branch Develop https://github.com/SoftwareQuTech/CQC-Python
23+
- cd CQC-Python
24+
- make build
25+
- pip3 install dist/*.whl
26+
- cd ..
27+
- make build
2828
install:
29-
- pip3 install dist/*.whl
29+
- pip3 install dist/*.whl
3030
script:
31-
- make lint
32-
- make tests
31+
- make lint
32+
- make tests
3333
before_deploy:
34-
- cd docs
35-
- make build
36-
- cd ..
34+
- cd docs
35+
- make build
36+
- cd ..
3737
deploy:
38-
- provider: pypi
39-
user: adahlberg
40-
password:
41-
secure: DwhFEJlCg5477emRHek2sgoz6l51fJoH6Uf1MGV1v9OYwS0KJu9CZGzfxWf+4+S5HotK6lyQP16YxTnBUf5MUW3m7vn1q4QOPS02Ga3ETZ50ndxvnob0nxgZAkvHYpG2nSwx73g/yU2cHTqekBhtM2WUg7SzXGt8cwJblGKcckA4mZrbxOYOOmE6G4VpjtgTab107eJt5lgwnRan7UUV6bg/+FuR3nsrDtIuUm66jzhhdPCqpIRm2e7npkejpGm3zl3s8dpD7b1wN/q/3YCnMJvy6JcO9PfyFmB/nmVPhk9a+fuRGK8/uj/b5Vmk9t2NTpaqlaUvTp/S/agojiPl3+UxIfhpsaycWbtDNBhNPtbSkDcgyJDdnl0EsQZEnfIHci/7L7GdeYt0M+N7m8orApHuyhfORUind5hDLu/0UMDI7K/UhRFXTOMLrCKFtbk/02KxapBL51+SE/G2kgaXE6HCO+8knGob+LAdJY+1xL3WKhfB+5+DyIYoigJuJv0ObElYNuJJe5a0uy+0kKyjcEEozhr59ad4qoQr8u9piF8DoF3lVLBuadivtUME0mvlFHdm7ShNYE74HYjDzIkDGWtl5ONakpXH4dWOflGuJfG/tzJeN5sgGJMG6rkXNbN5OtU11CwUupII+/mtVrBv/mn4mEU2/3GW4qsmbpV2+k0=
42-
distributions: sdist bdist_wheel
43-
skip_existing: true
44-
on:
45-
branch: master
46-
condition: "$BUILD = True"
47-
- provider: pages
48-
skip_cleanup: true
49-
github_token: "$GITHUB_TOKEN"
50-
keep_history: true
51-
committer_from_gh: true
52-
local_dir: docs/build
53-
on:
54-
branch: master
55-
condition: "$BUILD = True"
38+
- provider: pypi
39+
user: adahlberg
40+
password:
41+
secure: DwhFEJlCg5477emRHek2sgoz6l51fJoH6Uf1MGV1v9OYwS0KJu9CZGzfxWf+4+S5HotK6lyQP16YxTnBUf5MUW3m7vn1q4QOPS02Ga3ETZ50ndxvnob0nxgZAkvHYpG2nSwx73g/yU2cHTqekBhtM2WUg7SzXGt8cwJblGKcckA4mZrbxOYOOmE6G4VpjtgTab107eJt5lgwnRan7UUV6bg/+FuR3nsrDtIuUm66jzhhdPCqpIRm2e7npkejpGm3zl3s8dpD7b1wN/q/3YCnMJvy6JcO9PfyFmB/nmVPhk9a+fuRGK8/uj/b5Vmk9t2NTpaqlaUvTp/S/agojiPl3+UxIfhpsaycWbtDNBhNPtbSkDcgyJDdnl0EsQZEnfIHci/7L7GdeYt0M+N7m8orApHuyhfORUind5hDLu/0UMDI7K/UhRFXTOMLrCKFtbk/02KxapBL51+SE/G2kgaXE6HCO+8knGob+LAdJY+1xL3WKhfB+5+DyIYoigJuJv0ObElYNuJJe5a0uy+0kKyjcEEozhr59ad4qoQr8u9piF8DoF3lVLBuadivtUME0mvlFHdm7ShNYE74HYjDzIkDGWtl5ONakpXH4dWOflGuJfG/tzJeN5sgGJMG6rkXNbN5OtU11CwUupII+/mtVrBv/mn4mEU2/3GW4qsmbpV2+k0=
42+
distributions: sdist bdist_wheel
43+
skip_existing: true
44+
on:
45+
branch: master
46+
condition: "$BUILD = True"
47+
- provider: pages
48+
skip_cleanup: true
49+
github_token: "$GITHUB_TOKEN"
50+
keep_history: true
51+
committer_from_gh: true
52+
local_dir: docs/build
53+
on:
54+
branch: master
55+
condition: "$BUILD = True"
5656
env:
5757
global:
5858
secure: Unrc3zfCtNizkXNK2MC2evMLngnwrWwbUiWvze4fFeac5yo9M8cDohRB5XedjSEf8QbET9JbmrF80LWuSGM1TVHXcU4EnFfrqX8rRXXpz2xvV/HryuhNmeHS9w8csBIVCuAa3O99IPinfarDcbwkHD54DbgveIWIsUVerIZPAaTlR9lLcxB9QDWQrm3NYcSi3UN5tWrgx9lvAONDkQ0KZlesCfNLnGjQrMbS6hbNb4SJNyZ4nBMY7HgG9uuImZwEtOfMi5R3j8SalUNVw1xxMB0qVqGsC559PBxhF5e1pLXQU8D2vHZseKfnoqJQaQIJrX+SQZXDYBria0j689+SeUi5ipCjI9/Oo9WRVuIrAgGizf9rxbpTugbD16y3YkiZIPWrEDrkm89LsI0ydKWCc7TEQsXgOFg+DazBDtXC6W+GpxgexddsVRvPeCIjLa6AdnbuHyo/K403LVDVW6YBg1dK41eR9QMUS9q+PnqhPorkOLyLRv+s11wIXqft/QzIQ+vekV1cEhx106HeWWxnd0B7tW4KbZc8xOuTeyKrHIf1PNKoyUMWUeKQ06Xi6oypE8m2cs2DYWPnAEKOfm7+f3bM8fbkaYKH4dgtibIGO3y/45YBK3imQOW9wsQKneHD66HJRIfuw1F/zfkeK5v+QoyjCCOKuq29RdbDO8FfNPw=

0 commit comments

Comments
 (0)