Skip to content

Commit

Permalink
Modify .travis.yml to run tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
salehe committed Dec 5, 2015
1 parent dbdfb65 commit 5f78a6e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
language: python
python: 2.7

env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=pypy

install:
- pip install tox

script:
- tox -e $TOX_ENV
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
install: "python setup.py install"
script: "nosetests -w tests"

0 comments on commit 5f78a6e

Please sign in to comment.