• Paul Ganssle's avatar
    Fix Travis test for pyc files in egg-info · 4f167f0f
    Paul Ganssle authored
    `!` is a special character in YAML syntax, so this was being interpreted
    as `grep pyc ...`, not `! grep pyc ...`
    
    I've also added the same `pyc` test to the normal tests.
    4f167f0f
.travis.yml 2.39 KB