File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- " 2.7"
4
- - " 3.4"
4
+ # - "3.4"
5
5
- " 3.5"
6
6
- " 3.6"
7
+
7
8
env :
8
9
- PYTHONPATH=$PYTHONPATH:./src
10
+
9
11
install :
10
12
- pip install -r test_requirements.txt
11
- script :
12
- - pytest
13
13
14
- deploy :
15
- provider : pages
16
- skip_cleanup : true
17
- github_token : $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
18
- keep_history : true
19
- on :
20
- branch : master
14
+
15
+ jobs :
16
+ include :
17
+ - stage : test
18
+ - script : pytest
19
+ - script : echo "testing complete"
20
+ - stage : deploy
21
+ script : echo "deploying"
22
+
23
+
24
+ # deploy:
25
+ # provider: pages
26
+ # skip_cleanup: true
27
+ # github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
28
+ # keep_history: true
29
+ # on:
30
+ # branch: master
31
+
You can’t perform that action at this time.
0 commit comments