Skip to content

Commit 5b52906

Browse files
author
James Draper
committed
giving up on pytest through travis for now
1 parent e6dc204 commit 5b52906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: python
33
python:
44
- "3.5"
55
- "3.4"
6-
- "3.3"
76
- "2.7"
87

98
before_install:
@@ -42,8 +41,9 @@ install:
4241
- popd
4342
- pip install .
4443

45-
# script: echo "Done!"
46-
script: pytest tests
44+
script: echo "Done!"
45+
46+
# script: pytest tests
4747

4848
notifications:
4949
email:

0 commit comments

Comments
 (0)