Commit dc6a578d by fwkz

Travis config without tox specific info.

parent fafcb97f
language: python language: python
env: python:
- TOXENV=py27 - "2.7"
- TOXENV=py32 - "3.2"
- TOXENV=py33 - "3.3"
install: install:
- pip install tox - "pip install -r requirements.txt"
script: - "pip install pexpect"
- tox
\ No newline at end of file script: "python -m unittest discover -t . -s routersploit/test"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment