Skip to content

Commit

Permalink
Split travis into multiple images for speed improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Aug 12, 2015
1 parent 5388329 commit 45e2698
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5-dev"

install:
- pip install -r dev-requirements.txt

script:
- coverage erase
- tox
- py.test

after_success:
- coverage combine
- coveralls

0 comments on commit 45e2698

Please sign in to comment.