Skip to content

Commit

Permalink
Fix Travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gasper Zejn committed Apr 14, 2017
1 parent ad5da87 commit 4f16351
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy-3.4.1"
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
install:
- pip install -r requirements-dev.txt
- pip install -U tox codecov
script:
- "pypy-5.3.1"
install:
- pip install -U tox codecov tox-travis
script:
- tox
after_success:
- codecov

0 comments on commit 4f16351

Please sign in to comment.