Skip to content

Commit

Permalink
modify travis to use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
eclarke committed Nov 21, 2015
1 parent 867df66 commit 1caefd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- "2.7"
install:
- "python setup.py build; python setup.py develop"
- "pip install ."
before_script:
- pip install python-coveralls pytest-cov
script: py.test --cov=swga --cov-config tests/.coveragerc
Expand Down

0 comments on commit 1caefd6

Please sign in to comment.