Skip to content

Commit 6c5184e

Browse files
committed
chore: Add pytest into requirements.txt and ignore python3 from ci test.
1 parent 25265b9 commit 6c5184e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3"
54
- "3.3"
65
- "3.4"
76
- "3.5"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ graphene==2.0.1
22
iso8601==0.1.12
33
mongoengine==0.15.0
44
mongomock==3.8.0
5+
pytest==3.3.2
56
singledispatch==3.4.0.3
67

0 commit comments

Comments
 (0)