fix stupid .yml file missing dash

This commit is contained in:
Alex Groce
2018-07-18 12:32:25 -07:00
parent 7c0289ffe4
commit 92ed4f7c15

View File

@@ -17,16 +17,16 @@ install:
- python setup.py install
- cd ..
env:
TASK=ARITHMETIC
TASK=CRASH
TASK=FIXTURE
TASK=KLEE
TASK=LISTS
TASK=ONEOF
TASK=OVERFLOW
TASK=PRIMES
TASK=STREAMINGANDFORMATTING
TASK=TAKEOVER
- TASK=ARITHMETIC
- TASK=CRASH
- TASK=FIXTURE
- TASK=KLEE
- TASK=LISTS
- TASK=ONEOF
- TASK=OVERFLOW
- TASK=PRIMES
- TASK=STREAMINGANDFORMATTING
- TASK=TAKEOVER
script:
- pyflakes bin/deepstate/*.py
- pyflakes tests/*.py