forked from mirrors/thatmattlove-hyperglass
removed # entirely
This commit is contained in:
parent
45828e5597
commit
76ec188d43
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ before_script:
|
||||||
- git checkout master
|
- git checkout master
|
||||||
- black hyperglass
|
- black hyperglass
|
||||||
- git add hyperglass/ *.py
|
- git add hyperglass/ *.py
|
||||||
- git commit --message "Black Formatting - travis \#$TRAVIS_BUILD_NUMBER"
|
- git commit --message "Black Formatting - travis $TRAVIS_BUILD_NUMBER"
|
||||||
- python3 ./manage.py pylint-badge --integer-only True
|
- python3 ./manage.py pylint-badge --integer-only True
|
||||||
- git add pylint.svg
|
- git add pylint.svg
|
||||||
- git commit --message "Pylint Badge - travis \#$TRAVIS_BUILD_NUMBER"
|
- git commit --message "Pylint Badge - travis $TRAVIS_BUILD_NUMBER"
|
||||||
- python3 ./tests/ci_prepare.py
|
- python3 ./tests/ci_prepare.py
|
||||||
script:
|
script:
|
||||||
- nohup python3 ./tests/ci_dev_server.py &
|
- nohup python3 ./tests/ci_dev_server.py &
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue