[jsinterp] Unittest2 in reqs
This commit is contained in:
parent
e392f7897d
commit
88d2a4ed40
@ -7,7 +7,8 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
sudo: false
|
sudo: false
|
||||||
script: nosetests test --verbose
|
install: "pip install -r requirements.txt"
|
||||||
|
script: nosetests test/test_jsinterp* --verbose
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- filippo.valsorda@gmail.com
|
- filippo.valsorda@gmail.com
|
||||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
unittest2 ; python_version < '2.7'
|
Loading…
x
Reference in New Issue
Block a user