Skip to content

Commit

Permalink
Update Travis and Tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThoren committed Sep 10, 2016
1 parent 36899e7 commit e16eb64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
sudo: false
python:
- '2.7'
- '3.5'
install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35
envlist = py{27,35}
skipsdist = True

[testenv]
Expand Down

0 comments on commit e16eb64

Please sign in to comment.