@@ -20,27 +20,27 @@ before_install:
20
20
- git submodule update --init --recursive
21
21
22
22
env :
23
- global :
24
- - LC_ALL=en_GB.UTF-8
25
- - LANG=en_GB
23
+ global :
24
+ - LC_ALL=en_GB.UTF-8
25
+ - LANG=en_GB
26
26
27
27
install : " pip install -r requirements.txt"
28
28
29
29
script :
30
- - xvfb-run make test_chapter_01
31
- # - xvfb-run make test_chapter_02_unittest
32
- # - xvfb-run make test_chapter_unit_test_first_view
33
- # - xvfb-run make test_chapter_philosophy_and_refactoring
34
- # - xvfb-run make test_chapter_post_and_database
35
- # - xvfb-run make test_chapter_explicit_waits_1
36
- # - xvfb-run make test_chapter_working_incrementally
37
- # - xvfb-run make test_chapter_automate_deployment_with_fabric
38
- # - xvfb-run make test_chapter_database_layer_validation
39
- # - xvfb-run make test_chapter_simple_form
40
- # - xvfb-run make test_chapter_javascript
41
- # - xvfb-run make test_chapter_deploying_validation
42
- # - xvfb-run make test_chapter_spiking_custom_auth
43
- # - xvfb-run make test_chapter_mocking
44
- # - xvfb-run make test_chapter_server_side_debugging
45
- # - xvfb-run make test_chapter_outside_in
30
+ # - xvfb-run make test_chapter_01
31
+ - xvfb-run make test_chapter_02_unittest
32
+ - xvfb-run make test_chapter_unit_test_first_view
33
+ # - xvfb-run make test_chapter_philosophy_and_refactoring
34
+ # - xvfb-run make test_chapter_post_and_database
35
+ # - xvfb-run make test_chapter_explicit_waits_1
36
+ # - xvfb-run make test_chapter_working_incrementally
37
+ # - xvfb-run make test_chapter_automate_deployment_with_fabric
38
+ # - xvfb-run make test_chapter_database_layer_validation
39
+ # - xvfb-run make test_chapter_simple_form
40
+ # - xvfb-run make test_chapter_javascript
41
+ # - xvfb-run make test_chapter_deploying_validation
42
+ # - xvfb-run make test_chapter_spiking_custom_auth
43
+ # - xvfb-run make test_chapter_mocking
44
+ # - xvfb-run make test_chapter_server_side_debugging
45
+ # - xvfb-run make test_chapter_outside_in
46
46
0 commit comments