Skip to content

Releases: Atlas7/pyjc

Remove pytest runner

02 Oct 19:58
Compare
Choose a tag to compare

conda-build error points to pytest-runner. removing it from setup and see if it works better?

Python 3.6.* in setup.py

02 Oct 14:50
Compare
Choose a tag to compare

We ensure package may be installed on a system with any Python 3.6 system (i.e. 3.6.*). Previously I've forgotten that *, causing test failures.

Add pytest, Travis CI, and MANIFEST.in

02 Oct 14:48
Compare
Choose a tag to compare

What's new:

  • Add a MANIFEST.in to include README.rst and LICENSE.txt. This file was missing in previous release 0.1.0
  • Incorporate pytest for testing (we also include a subdirectory /pyjc/tests/ to enable writing new test scripts).
  • Incorporate Travis CI for Continuous Integration. Note the new /.travis.yml. (Travis CI status is included in README.rst)

(Note: I've deleted the PyPi version 0.1.1 package as an experiment. As I cannot reupload the next release will have to be under a higher version nunmber)

Hello World!

01 Oct 15:32
Compare
Choose a tag to compare

Aim:

>>> import pyjc
>>> pyjc.helloworld()
Hello World!