fix typo
This commit is contained in:
parent
fcd2883ce9
commit
baf18a3e0b
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ install:
|
||||||
- "pip install ."
|
- "pip install ."
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- "export PAHT=$PATH:$PWD/test"
|
- "export PATH=$PATH:$PWD/test"
|
||||||
- cd test
|
- cd test
|
||||||
- py.test
|
- py.test
|
Loading…
Reference in a new issue