aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-31 03:36:45 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-31 03:36:45 +0100
commitaa962c545496fc645d3f78370d7190ae1f3db11e (patch)
treecadd291fcf24ec6fe222e2ce204135ce3ea88828 /README.md
parent4a4f6b5b01bd6d23c141d51dd9399c36d12d29d9 (diff)
downloadminishell_test-aa962c545496fc645d3f78370d7190ae1f3db11e.tar.gz
minishell_test-aa962c545496fc645d3f78370d7190ae1f3db11e.tar.bz2
minishell_test-aa962c545496fc645d3f78370d7190ae1f3db11e.zip
Fixing type annotation for python3.6 compatibility
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2ce1752..921cf3f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# minishell test
+# minishell test [![Build Status](https://api.travis-ci.com/cacharle/minishell_test.svg?branch=master)](https://travis-ci.com/cacharle/minishell_test)
Test for the minishell project of school 42.
@@ -8,7 +8,7 @@ Test for the minishell project of school 42.
The default path to your project is `../minishell` but you can change it the the [configuration](src/config.py).
-```command
+```
$ ./run # run all tests
$ ./run --help
@@ -66,7 +66,7 @@ README.md test.sh
With this setup `argv[2]` is what you would usually get in `line` from `get_next_line`.
This allows you to set the prompt to whatever you want.
-This test works with python >= 3.5.
+**This test works with Python3.6 or higher.**
### Environement variables