We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675e9f0 commit 4c64d5bCopy full SHA for 4c64d5b
.gitignore
@@ -1,5 +1,8 @@
1
*.pyc
2
.DS_Store
3
+__pycache__
4
/MANIFEST
5
/dist
6
/.tox
7
+/.cache
8
+/JSON_log_formatter.egg-info
requirements.txt
@@ -1,3 +1,3 @@
-e .
-tox==2.1.1
+tox==2.6.0
tox.ini
@@ -1,10 +1,10 @@
[tox]
-envlist=py27,py33
+envlist=py27,py35
[testenv]
deps=
- nose
+ pytest
ujson
simplejson
9
commands=
10
- nosetests tests.py
+ pytest tests.py
0 commit comments