Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamechek, Shawn committed Dec 16, 2016
1 parent 37aecca commit 831c4e5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
language: python
python:
- "3.2"
- "3.3"
- "3.4"
# PyPy versions
- "pypy"
- "pypy" # PyPy2 2.5.0
- "pypy3" # Pypy3 2.4.0
- "pypy-5.3.1"

# command to install dependencies
install:
- pip install nltk
- pip install mfnbc
# command to run tests
script: pwd && ls -la && python test/test_mfnbc.py
script: python test/test_mfnbc.py

0 comments on commit 831c4e5

Please sign in to comment.