Skip to content

Commit c0009db

Browse files
authored
Added some content regarding Travis
1 parent 375317f commit c0009db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/code.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The following steps will help you prepare an appropriate Python environment to r
2727
* opencv_python-3.1.0-cp35-cp35m-win32.whl
2828
* scipy-0.17.1-cp35-cp35m-win32.whl
2929
* PyQt4-4.11.4-cp35-none-win32.whl
30+
31+
NOTE: there is a requirements.txt file that was created for use by the CI server Travis. It works in Travis but it wasn't tested locally. It contains all of the above dependencies except for enum and PyQt4.
3032

3133
* Download the source code for the Barcode scanner program from <https://github.com/DiamondLightSource/PuckBarcodeReader> - use the ‘Download ZIP’ link. Open the zip and extract the contents to a suitable folder.
3234

@@ -52,3 +54,8 @@ For example: "C:\Users\Urszula Neuman\AppData\Local\Programs\Python\Python35\pyt
5254
The result exec file is created in subdirectrory called dist.
5355

5456
NOTE: when creating the executable on a 64bit machine (using Python 3.5.1 32bit) you might get the error ‘No module named pywintypes’. To fix this, try `pip install pypiwin32`.
57+
58+
Continuous Integration
59+
======================
60+
[Travis CI](https://travis-ci.org/) was setup as the Continuous Integration server for this repository. You should be able to login with your GitHub credentials.
61+

0 commit comments

Comments
 (0)