diff options
Diffstat (limited to 'travis.yml')
| -rw-r--r-- | travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ language: python - python: - "2.6" - "2.7" - "pypy" - +install: + - pip install -e . script: - make test |
