Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgoce committed Feb 20, 2018
1 parent b422c13 commit 264ce91
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,4 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
install:
- pip install coveralls
- pip install tox
Expand All @@ -7,10 +11,5 @@ script:
after_script:
- mkdir -p build/logs
- mv toxresults/* build/logs/
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py34
- TOXENV=flake8
after_success:
- coveralls

0 comments on commit 264ce91

Please sign in to comment.