Skip to content

Commit

Permalink
fix typo in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
pegler committed Jun 19, 2015
1 parent 5fc89bf commit e46571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ python:
- "nightly"
# command to install dependencies
install:
- pip install -e
- pip install -e .
- pip install -r tests/requirements.txt
# command to run tests
script:
Expand Down

0 comments on commit e46571c

Please sign in to comment.