Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Quit trying to use tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Hubbard committed Jan 27, 2015
1 parent 9f5972c commit ae2620d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: python
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
install:
- "pip install tox paramiko>=1.13.0 hostlists>=0.6.9 ."
- "pip install ."
script:
- tox
- python tests/command_list_test.py
- python tests/module_test.py
branches:
only:
- master

0 comments on commit ae2620d

Please sign in to comment.