diff options
author | ptmcg <ptmcg@austin.rr.com> | 2018-09-19 19:55:51 -0500 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2018-09-19 19:55:51 -0500 |
commit | 4dce0936aec1494076b8bb7f87f894e52bffe04d (patch) | |
tree | 5ac7fc235a537d071b612f1a84b6d91a3ada5586 | |
parent | 952eea0d744b79550579dc4c435d462ac4519835 (diff) | |
download | pyparsing-git-4dce0936aec1494076b8bb7f87f894e52bffe04d.tar.gz |
fix import of pyparsing from simple_unit_tests.py
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | simple_unit_tests.py (renamed from test/simple_unit_tests.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4fc56e9..7dbfa36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ matrix: script: - python unitTests.py - - python test/simple_unit_tests.py + - python simple_unit_tests.py diff --git a/test/simple_unit_tests.py b/simple_unit_tests.py index d2795b5..d2795b5 100644 --- a/test/simple_unit_tests.py +++ b/simple_unit_tests.py |