Skip to content

Commit

Permalink
Merge branch 'dev' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bouquet committed Jun 2, 2018
2 parents 7f99022 + 893291f commit 9c1eb35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: enabled
language: python
python:
- 3.4
- 3.5
- 3.6

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
envlist = py34, py35, py36
envlist = py35, py36

[travis]
python =
3.6: py36
3.5: py35
3.4: py34

[testenv]
commands = pytest --cov=. --cov-config=.coveragerc --cov-report=term tests/
Expand Down

0 comments on commit 9c1eb35

Please sign in to comment.