Skip to content

Commit

Permalink
Fix travis syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
noorul committed Jan 15, 2017
1 parent 51bedcd commit 646a76b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
- "3.4"
install:
- pip install tox-travis
Expand Down

0 comments on commit 646a76b

Please sign in to comment.