Skip to content

Commit 7b7e309

Browse files
committed
Added safety checker in travis so that bugs such as #3 can be detected directly in continuous integration.
1 parent 7abe826 commit 7b7e309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ script:
4141
# - coverage run tests.py
4242
- python ./code_generation/mini_lambda_methods_generation.py
4343
- pip install .
44+
- python -c "import os; os.chdir('..'); import mini_lambda"
4445

4546
after_success:
4647
# ***tests***

0 commit comments

Comments
 (0)