Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dwighthubbard committed Nov 27, 2015
1 parent 426dd34 commit 8d42fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
sudo: false
python: 2.7
env:
- TOX_ENV=py27
Expand All @@ -13,7 +14,6 @@ matrix:
- TOX_ENV=pypy
- TOX_ENV=build_docs
install:
- sudo apt-get update -qq
- pip install --upgrade pip setuptools tox virtualenv coveralls
script:
- tox -v -v -e $TOX_ENV
Expand Down

0 comments on commit 8d42fbd

Please sign in to comment.