Chandan Singh pushed to branch chandan/tox at BuildStream / buildstream
Commits:
-
ccc1c173
by Chandan Singh at 2018-10-26T19:05:13Z
1 changed file:
Changes:
... | ... | @@ -4,9 +4,8 @@ |
4 | 4 |
# and then run "tox" from this directory.
|
5 | 5 |
|
6 | 6 |
[tox]
|
7 |
-envlist = py35, py36
|
|
7 |
+envlist = py36
|
|
8 | 8 |
|
9 | 9 |
[testenv]
|
10 | 10 |
commands = pytest
|
11 |
-deps =
|
|
12 |
- -rdev-requirements.txt
|
|
11 |
+sitepackages = True
|