Skip to content

Commit

Permalink
updating travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Aug 9, 2015
1 parent c466550 commit 602e2e1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
python:
- '2.7'
- '2.6'
- pypy
install: pip install -r requirements.txt
script: python setup.py test
python: 2.7
env:
- TOXENV=py27
- TOXENV=pypy
install:
- pip install tox
script: tox
deploy:
provider: pypi
distributions: sdist bdist_wheel
Expand All @@ -14,3 +15,4 @@ deploy:
on:
tags: true
repo: scrapinghub/skinfer
condition: $TOXENV == py27

0 comments on commit 602e2e1

Please sign in to comment.