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

Commit

Permalink
Add each tox environment to a task
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Nov 3, 2014
1 parent 57cc06c commit d371d70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .frigg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
tasks:
- echo 'USE_SQLITE=True' > tests/local.py
- tox
- tox -e py27-django14
- tox -e py27-django15
- tox -e py27-django16
- tox -e py27-django17
- tox -e py34-django15
- tox -e py34-django16
- tox -e py34-django17
- flake8

0 comments on commit d371d70

Please sign in to comment.