Skip to content

Commit 549fe62

Browse files
committed
travis try testing different stuff
1 parent b4f965f commit 549fe62

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.travis.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ before_install:
2020
- git submodule update --init --recursive
2121

2222
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
2626

2727
install: "pip install -r requirements.txt"
2828

2929
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
4646

0 commit comments

Comments
 (0)