diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index a78e828..1949963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,11 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" + - "pypy" -# command to install dependencies install: - - "pip install . --use-mirrors" + - "pip install --editable ." -# command to run tests script: - - "python test_dotfiles.py" + - "make test" |