forked from gabrielelanaro/chemview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (31 loc) · 776 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
language: python
cache:
directories:
- ~/.cache/bower
notifications:
email: false
python:
- 3.5
- 2.7
sudo: false
install:
- npm install -g nightwatch
- pip install jupyter numpy matplotlib
- pip install .
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sleep 3" # give xvfb some time to start
- "jupyter notebook --port=8889 &"
- "sleep 3" # give xvfb some time to start
script:
- nightwatch
deploy:
provider: pypi
user: gabrielelanaro
password:
secure: Effv1BoUrealLJ+K9Tro+kedaZuxCTwZkult70Q3ESuWaL9tf5wwgSqzU6SZ4v41mc5tWQ1gakLdzCdsS8OkBHhafwhKP25qgj5b3Fc6lEkb/We/aSs9LpCHU7axw/zxsEdwnLa4IvwysaLhGqnZwxntSbMA4O6hCK5qPaikOMM=
on:
tags: true
repo: gabrielelanaro/chemview
branch: webapp