Skip to content

Commit a8a7f44

Browse files
authored
Merge pull request #176 from ionrock/ionrock/fix-master-tests
Ionrock/fix master tests
2 parents c2ac282 + 53138fb commit a8a7f44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ language: python
22
sudo: false
33

44
python:
5-
- 2.6
65
- 2.7
76
- 3.4
87
- 3.5
98
- 3.6
9+
# - 3.7
1010

1111
install: pip install tox-travis
1212

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clean-test:
3636
rm -fr htmlcov/
3737

3838
test-all:
39-
tox
39+
$(VENV)/bin/tox
4040

4141
test:
4242
$(VENV)/bin/py.test

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py34, py35, py36
2+
envlist = py27, py34, py35, py36, py37
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)