[jsinterp] Unittest2 in reqs

This commit is contained in:
sulyi 2016-12-10 09:18:42 +01:00
parent e392f7897d
commit 88d2a4ed40
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,8 @@ python:
- "3.4"
- "3.5"
sudo: false
script: nosetests test --verbose
install: "pip install -r requirements.txt"
script: nosetests test/test_jsinterp* --verbose
notifications:
email:
- filippo.valsorda@gmail.com

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
unittest2 ; python_version < '2.7'