5 lines
54 B
Bash
5 lines
54 B
Bash
#!/bin/bash -xe
|
|
|
|
# run pep8, py27 and py34 checks
|
|
tox
|
#!/bin/bash -xe
|
|
|
|
# run pep8, py27 and py34 checks
|
|
tox
|