Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Travis build should actually work now
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonChambers committed Oct 18, 2015
1 parent c8854ee commit e3d24dc
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
@@ -1,7 +1,7 @@
language: python
python: 3.4
install:
- pip install -e .
- pip install -e .[dev]
- pip install coverage
- pip install coveralls
script: coverage run --source=gro_state --omit=*test*,*migrations* manage.py -d test gro_state.farms
Expand Down

0 comments on commit e3d24dc

Please sign in to comment.