Skip to content

Commit

Permalink
Update travis configuration to use make test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernard committed Jul 7, 2014
1 parent a44bb8e commit 1230b89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -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"

0 comments on commit 1230b89

Please sign in to comment.