Skip to content

Commit

Permalink
test to see if files are shared between builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Nov 22, 2014
1 parent 149d363 commit 11ba5a5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Wire up travis
language: python

env:
- TOXENV=clean
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=report
#
#env:
# - TOXENV=clean
# - TOXENV=py26
# - TOXENV=py27
# - TOXENV=py32
# - TOXENV=py33
# - TOXENV=py34
# - TOXENV=pypy
# - TOXENV=pypy3
# - TOXENV=report

install:
- travis_retry pip install tox
Expand Down

0 comments on commit 11ba5a5

Please sign in to comment.