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

Commit d371d70

Browse files
committed
Add each tox environment to a task
1 parent 57cc06c commit d371d70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.frigg.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
tasks:
22
- echo 'USE_SQLITE=True' > tests/local.py
3-
- tox
3+
- tox -e py27-django14
4+
- tox -e py27-django15
5+
- tox -e py27-django16
6+
- tox -e py27-django17
7+
- tox -e py34-django15
8+
- tox -e py34-django16
9+
- tox -e py34-django17
410
- flake8

0 commit comments

Comments
 (0)