Skip to content

Commit

Permalink
trying to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tebeka committed Nov 24, 2016
1 parent 78cbbd9 commit 83b2fb8
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions .travis.yml
@@ -1,13 +1,21 @@
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=packaging
python:
- pypy
- 2.6
- 2.7
- 3.4
- 3.5
- pypy
- pypy3
#install:
#- pip install tox
#script:
#- ./run-tests.sh
#env:
#- TOXENV=py26
#- TOXENV=py27
#- TOXENV=py34
#- TOXENV=py35
#- TOXENV=pypy
#- TOXENV=pypy3
#- TOXENV=packaging

0 comments on commit 83b2fb8

Please sign in to comment.