Skip to content

Commit

Permalink
Fix Travis build for Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wswld committed Feb 24, 2019
1 parent b20b2dd commit f70d2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: python
python:
#- 2.6
- 2.7
#- 3.2
- 3.3
- 3.4
- 3.5
install: pip install -r requirements/test.txt

script:
- nosetests --with-cov --cover-package=ddt
- flake8 ddt.py test
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, py33, py34, py35
envlist = py27, py34, py35

[testenv]
deps =
Expand Down

0 comments on commit f70d2f7

Please sign in to comment.