Skip to content

Commit 2f856f5

Browse files
committed
Test travis on python 3.4 also, add virtualenv.py to ignore list
1 parent a8ce53f commit 2f856f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ docs/_build/
2525
nosetests.xml
2626
cover
2727
.idea
28-
pyvenv
28+
pyvenv
29+
virtualenv.py

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22
python:
33
- 3.3
4+
- 3.4
45

56
install:
67
- pip install --upgrade setuptools

0 commit comments

Comments
 (0)